what is life cycle of automation testing ?
Answer Posted / santhosh
1.Analysis the requirement
2.test plan
3.analysis the application
4.preparation of test case
5.preparation of test data
6.object configuration
7.using object repository or descriptive programing
8.scripting
9.execution
10.Result
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the types of properties that quick test learns while recording?
give me an example where u used good judgement and logic in solving a problem
How to delete an object from the object repository?
What is keyword view?
how to post xml data from QTP scripts to any application?
How are actions and functions different in QTP?
Why bpt?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What are some test assets and related extensions of qtp?
Can we write winrunner language i.e TSL in QTP tool?
How does quicktest professional identifies the object in the application?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
What are the general steps involved in the data driven framework?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
When to use descriptive programming?