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
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What are advantages of test automation?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
what are the utilities and drivers
How many types of parameters are available in quicktest professional (qtp)?
If created one virtual object? Next time I changed the window position will it work?
How you can write contexts to text file in qtp?
Tell me one scenario, the complex functionality you have automated in your project?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How to execute a winrunner script in quicktest professional?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
hi nani my doubt is how does qtp process metrix related to software process.
What will be happen if i load object repository at run time, but it has already associated.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How to use the object spy in quicktest professional (qtp) 8.0 version?