How to apporach while starting the automation testing?
Answers were Sorted based on User's Feedback
Answer / balaji s
We should have to do feasibility study for automation
testing.Trhe feasibility study includes
1.Which test case are applicable for automation and which
test case are not?
2.Frequently changing functionality should not be automated
3.Adhoc test cases are not automated
4.Automation is mainly used for regression test suite.So
automate the test case and run it for every build release
Regards,
Balaji S
9894207910
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gaurav
Balaji is right!!
But on the top of this we should check it out that what are
the various tools available to automate and which tool can
be useful for us, whether its a freeware so that it is not
neceesary everytime that we will use QTP only.
We should check that whether the toll is adabtable with our
application or not.
Please correct me if i am wrong.
Thanks
Gaurav
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suganthi arunachalam
first decide which test cases can be automated
identify the correct tools which has to be used for
automation
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we group that these test cases only should be automated and in which order you execute that test cases?
in qtp wha t is synchronisatin pt,what is the maximam time out
How to count the no of objects in XML file(QTP)
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
How to use Regular Expressions in QTP
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
how to test Web application using QTP software
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?
How to identify 2 versions of browsers based on regular expression