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…

Regression Testing v/s Re-Testing – User friendly Tech help

Problem:– Understanding the difference between Regression and RE-TestingnnnExample:-nSuppose you were testing some software application and you found defects in some ncomponent.nn 1. You log a defect in bug tracking tool. n2. Developer will fix that defect and provide you with the new build with bug fix.n3. You need to re-run the failed test cases to make sure that…

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…

How to implement Highlight in Selenium WebDriver? – User friendly Tech help

Highlight is the most prominent feature used in Object Spy in UFT/QTP. But the question comes into our mind can we have the same facility in Selenium also?.nnAnswer is YES!!n n n n n n n I want to highlight object in selenium n n n Why we use Highlight?nHighlight plays crucial role in  debugging…

Expand and collapse single Lightning web component Accordion

Problem: We need an account accordion that can be expanded and collapsed by the user. By default, it should be launched in a collapsed state. Solution: A custom solution was designed by playing with the properties of the current LWC accordion. The key was to use the “allow-multiple-sections-open” property and set the active section “active-section-name”…

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…