what time u r using data driven test in ur app"
Answer Posted / siva sankar
80% of the scripts have test data to automate, we go for
Data Driven Testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is actually contain test report? can anybody post the test report
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How to create Reusable and Multiple Actions?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
what is profile tool?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
How do Parameterization and Data-Driving relate to each other in QTP?
Explain the features and benefits of quick test pro(qtp)?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is the syntax to call one script from another?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How can I check if a environment variable exist or not?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is test object model in quicktest professional (qtp)?