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.
Answer Posted / 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 |
Post New Answer View All Answers
What is keyword view?
What is expert view in qtp?
What is ‘object spy’ and what is the function of object spy in qtp?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
after initiating one project for testing, when exacltly QTP tester role starts?
explain keyword driven framework with banking domain?
What is the quicktest professional (qtp) testing process?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Hi,All How to create a link in excel sheet using qtp
can i compare two databases using QTP ?
What is system testing and what are the different types of tests you perform in system testing?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
What is quick test pro? What is a quick test professional?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?