.how will you load the object during runtime
Answers were Sorted based on User's Feedback
Answer / pavani prasad
we can add objects during run time by using
repositories.collection.add("path of the shared repository")
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / uday
You can use Object Repository Automation Object Model. This
feature is available from QTP9.1.
Is This Answer Correct ? | 0 Yes | 1 No |
Differences between QTP & Winrunner?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
What are the main differences of qtp and win runner?
Can you write a script to check if the folder exists or not?
If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.
What are SetToProperty, SetRoProperty, GetToProperty scripting?
· What should test in BANKING DOMAIN application ?
How to count the no of objects in XML file(QTP)
What are the different kinds of test steps?
Can we record using all the modes in a single script? Explanation with example is appreciated
Explain quicktest professional testing process?
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?