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)
Answer Posted / abc
You can add one more column in Datatable and what ever the
row's you need to execute you can give different value
(suppose you need to execute 2 3 4 rows enter 1 for these 3
remaining make it 0 and write condition)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differences between text and test area checkpoints?
When to use shared and local object repository?
What is business process testing(bpt) in qtp?
What is an object repository?
Please guide me release notes of Automation once scripts are completed
what are the limitations of smart identification in qtp 9.0
What are the different types of recording modes in qtp? Which will be used when?
How to use the object spy in quicktest professional (qtp) 8.0 version?
please any one can explain the keyword driven framework. with gmail example.
what is the difference btn risks & Therads in the Test plan documentation?
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
unique properties of button,edit box, radio button,check box?
How will you test a stapler?
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);