Apex Superbadge (part-1) – User friendly Tech help

Scenario: Automate Record Creation Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename “cases” and “products” to match the “HowWeRoll” schema. Assign all profiles to the custom “HowWeRoll” page layouts for these objects. The goal is to automatically create a “Routine Maintenance” request every time a maintenance request of…

How to Encyrpt and Decrypt Password in UFT?

Requirement: We aim to secure our application’s login password, such as for an Oracle database. Instead of sharing the password directly, we want to encrypt it. When using the SQL query, the password should be decrypted at runtime. Solution: First, we’ll encrypt the password and then decrypt it. Encryption: Approach 1: Using Crypt Utility Object…

Screenshot using Selenium – User friendly Tech help

Scenario:-How we can capture error Screenshot while working with Selenium?n n n n n n n Taking Screenshot of nature using Camera n n n nSolution:-We would achieve it using the TakeScreenshot Interface.nnSyntax:-nn1.Capture Screenshot n File sScreenShot = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); n nOutputType.FILE:- We have used Interface Output and we have taken the screenshot as “File” typenwe…

QTP-11 Certification.(HP0-M47) – User friendly Tech help

n  Exam Preparation Guide n HP0-M47: HP Functional Testing 11.x Software n Introduction n This information is regarding QTP-11 certification (Full Name: – HP0-M47: HP Functional Testing 11.x Software) and its preparation. As per mine experience to crack this exam, person needs to have some hands on experience and thorough knowledge of Help guide (Provided…

Apex Superbadge (part-1) – User friendly Tech help

n Scenario:- Automate record creation n n Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename cases and products to match the HowWeRoll schema, and assign all profiles to the custom HowWeRoll page layouts for those objects. Use the included package content to automatically create a Routine Maintenance request…

QTP-11 Certification.(HP0-M47) – User friendly Tech help

n  Exam Preparation Guide n HP0-M47: HP Functional Testing 11.x Software n Introduction n This information is regarding QTP-11 certification (Full Name: – HP0-M47: HP Functional Testing 11.x Software) and its preparation. As per mine experience to crack this exam, person needs to have some hands on experience and thorough knowledge of Help guide (Provided…

How to Dismiss angular modal on URL change ? – User friendly Tech help

Requirement :-nWe have a Angular bootstrap Modal to show a popup window. On clicking backspace / browser back button, we want to cancel the popup and continue with the url change. The default behaviour is that page behind the modal changes, but the modal remains on top.nPlunker link for issue nGitHub issuennSolution :- nWe have seen lot…