Friday, July 31, 2015

Setting Window in UFT:-

If you want to change your Text Editor, Results Window and General setting please navigate to:

      TOOLS ==> OPTIONS (You will see this setting window)

UFT Add-Ins:


UFT: Automation Testing Process:




Sunday, July 26, 2015

DEFECT/BUG/ISSUE

Basic element for defect report:


The basic elements QA tester need to mention in a defect reports are SI_NO, Defect ID, Defect Description, Steps to reproduce, Status, Priority, Severity, Test Data, Author, Comments, Browser version and Environment. 



Saturday, July 25, 2015

What is automation?

                                                 What is automation?


Automation is a process that executes manual test cases into automation script and Execute that same Functionality without user interact.

Example: Let say we have test case for login to an application. For perform this test manually we need open browser, we need to navigate to the application URL, then insert valid credentials to the WEBEDIT and finally we need to click on login button.

Instead of doing manually we can easily automate this test case and run it for multiple number of users without any human interact. 

Sunday, July 12, 2015