How many ways to configure the application in QTP,Explain
Answer Posted / adarsh (saama technologies)
Two Ways:
1)Invoke Application "Complete Patth of the application"
2)Systemutil.Run "Complete Patth of the application"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to prepared for first for the first interview?
How many add-ins comes by default with quicktest professional (qtp)?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
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...!!!
Which recording modes need more memory?
What is the new version of qtp which is recently released in the market?
How do you configure QTP AND Test director?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
What is QTP scenario.
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the 3 main stages involved in testing with qtp?
Explain measuring transaction.
Explain in brief about the quicktest professional automation object model?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.