How do we run a test from the 3rd row of the datatable in
QTP? Leaving the first two rows we need to test AUT from
3rd row to n'th row.

Answers were Sorted based on User's Feedback



How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need ..

Answer / uday kumar_anem

Directly use setcurrentrow function.

use the below statement

for i=3 to n
datatable.setcurrentrow(i)
' do some operations
next

The above loop starts from the 3rd row and performs your
actions and continues upto 'n' iterations.

Regards,
Uday.

Is This Answer Correct ?    5 Yes 0 No

How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need ..

Answer / art

In the settings option, u can select whether u want to run
on all rows or u can specify from which row, run has to be
performed.

Is This Answer Correct ?    5 Yes 1 No

How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need ..

Answer / sankalp shukla

go to file->file setings->run tab and there u can specify
the rows frm whr to start.....

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More QTP Interview Questions

how to test one edit box using dotnet addin for Web Applications? write script?

2 Answers   NTT Data,


can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function

5 Answers  


Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..

1 Answers  


what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".

3 Answers  


What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.

3 Answers   Cap Gemini,






Hi Friends, Iam Beginner in QTP and i want to Try the software QTP. I checked the mercury site for QTP Trial version and i found QTP 9.0. The thing is that it supports windows 2000,Xp but not windows 98.And Iam using Windows 98 onlu and it's not possible for me to upgrade to windows 2000. Pls. guide me how to get the trial version of QTP which supports windows 98 Operating System The version may be 6.5 is ok for me.Thanks in Advance

2 Answers  


i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com

0 Answers  


can some one help me how to compare the values from one sheet to values in another sheet? suposse i have a feild called Temp in action1 and i also have temp in action2. i want to compare the values of those two actions sheets data table? how can i do it using descriptive programming?

1 Answers  


What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com

5 Answers   IBM,


if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?

1 Answers   IBM, Infosys,


what is review

0 Answers  


1)What is the Difference Between WaitTo & Sync?

4 Answers   Wipro,


Categories