what time u r using data driven test in ur app"
Answer Posted / vinoth
In order to check your application by performing same
operation with multiple sets of data .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
If I change the object name in one action will it be updated in all the actions? Or not?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
What is the significance of “action 0” in qtp?
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...!!!
How to use descriptive programming?
How to get Traceability matrix from TD?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What is the syntax to call one script from another?