Interviwer asked, How many years exper.. on QTP? I said,
total 2 yrs exp in manual and QTP. QTP only current project
arround 3 months. then interviewer ask , HOW BOLD YOU QTP?
What you say?
Answer Posted / swarna
rate yourself on a 1 to 10 scale, 1 being the lowest and 10
being the highest.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is recovery scenario manager? When you go for recovery scenario manager?
what is run-time data?
How to create runtime property for an object?
What is file database?
Is any limitation to xml checkpoints?
HOw to add the recovery file at runtime to the test file .
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Is text area check point supports for web applications?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to import a test case present in ".xls" file to TD under a Test set?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
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...!!!
Explain the benefits of quick test pro(qtp)?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com