How to capture screen shots when an error occurs?
Answer Posted / laxmi
i am unable to understand can you explain in detail
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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...!!!
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
How many types of actions are there in quicktest professional?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
what is object and child object.. explain ..if possible give some example for better understanding ..
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Generic function to search for the unique link in webtable and click on it
Step 3&4 are repeated until an the object in recognised uniquely.
What is Associate Repository in QTP 9.2 ?