What is a Run-Time Data Table? Where can I find and
view this table?
Answer Posted / sreeprasad
In QTP, there is data table used , which is used at runtime.
-In QTP, select the option View->Data tabke.
-This is basically an excel file, which is stored in the
folder of the test created, its name is Default.xls by
default.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Explain the concept of object repository and how quicktest professional recognises objects?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How did you use regular expressions in QTP and also in WR?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
How to export quicktest professional results to an .xls file?
What is a checkpoint? How many check points are there in qtp?
Hi All, How to Compare two strings character by character in QTP
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How to test background color and dynamic images during run time can you put the check point for moving objects?
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?
What is accessibility check point?