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)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / arjun
if you need execute middle steps only then use loop condition.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravati
if u use qtp tool then comment the two steps what u dont want to execute...then run the script
| Is This Answer Correct ? | 0 Yes | 0 No |
how to do regression testing in qtp? plz give ans with examples
What is Expert view?
How to use the object spy in quicktest professional 8.0 version?
How to add check point?
How to use the Object spy in QTP 8.0 version?
does qtp runs on internet explorer 7.0
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
Associated files in QTP?
I want to test advanced Java applications what kind of add- ins I have to install?