Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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?

2031


What are advantages of test automation?

1088


action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans

1988


what are the utilities and drivers

2300


How many types of parameters are available in quicktest professional (qtp)?

979


If created one virtual object? Next time I changed the window position will it work?

995


How you can write contexts to text file in qtp?

1005


Tell me one scenario, the complex functionality you have automated in your project?

1938


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

1005


How to execute a winrunner script in quicktest professional?

969


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

2031


hi nani my doubt is how does qtp process metrix related to software process.

1929


What will be happen if i load object repository at run time, but it has already associated.

1707


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...!!!

1828


How to use the object spy in quicktest professional (qtp) 8.0 version?

903