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 can I use Call dlls in QTP ?
How to record & run on Japanese language application using english version of QTP ???
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
what will be there in keyword view and expert view?
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
What is keyword driven framework?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
what kind of erros can be handled with the using QTP?
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?
why text area checkpoints cannot used for web applications