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 / praveen
You can use For loop like..
for i=2 to 4
datatable.setcurrentrow(i)
Browser("").page("").webedit("").set datatable("column
name", dtGlobalsheet)
next
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the diff between image and bitmap check point?
How to recognise the webelement and verifying that webelement is enabled?
How to build scripts that access data from external sources?
What are the trigger events in qtp?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Can we create user defined functions in qtp?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
how to create flat file datasubmission in qtp
How to use debug tools?
what is the structure for the data driven framework
How to capture a window in QTP?
How to modify object property in qtp ?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Is text area check point supports for web applications?