Answer Posted / nitin sharma
When you test your application, you may want to check how it
performs the same operations with multiple sets of data. For
example, suppose you want to check how your application
responds to ten separate sets of data. You could record ten
separate tests, each with its own set of data.
Alternatively, you can create a parameterized test that runs
ten times: each time the test runs, it uses a different set
of data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Object repositories types, which and when to use?
How can you exit from an action?
What is Unicode Compatibility?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What is business process testing(bpt) in qtp?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Give me some real time point of way where exactly we can conduct audits?
Where we can use the analog mode and where we can use the low – level mode?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is test object model in quicktest professional (qtp)?
What is Curd testing?
Which scripting language used by quicktest professional (qtp)?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
For which type of project the iterative model is suitable?