Answer Posted / prasanth
There are different ways of performing data driven tests.
Usually we can perform them using.
1.Flat files (text files).
2.Excel files which contain test data.
3.From the datatable present in the QTP.
4.From the external database like SQL Server,Oracle etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
How do know the number of browsers opened?
what is object and child object.. explain ..if possible give some example for better understanding ..
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
describe some problems that u had with automating testing tool?
what type of run time errors you get while you ar edoing rpg program?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
How to handle Java tree in QTP?
how to evalute defects in QTP script?
How is the Bitmap checkpoint different from Image checkpoint?
Can we create user defined functions in qtp?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Where we use data driver in qtp?