IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE
APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
Answers were Sorted based on User's Feedback
Answer / siva
QTP wont select that particular object. Since the Virtual object is designed for a particular coordinates with reference to windows. there is a chance that QTP may or may not click the particular object.. So its mostly NO and very rarely Yes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dolly
QTP WILL EXECUTED SUCCESSFULY,BECAUSE THERE IS ONE SELECTED AREA IS CONSIDER AS VIRTUAL OBJECT.
| Is This Answer Correct ? | 0 Yes | 4 No |
how will u do database testing in qtp? how will u do the same with descriptive programming?
How many types of recording modes are there?
Define object spy ?
what is the process to follow between writing the test cases & then atomating it?
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
Tell me the situations where we will use Data Driven?
How to Start recording using QTP?
How to load an object to a object repository at RUN TIME ?
4. what is the use of Text output value in Qtp?
How will u test content of an web application with out using chechpoints in QTP 9.2?
How many types of actions are there in quicktest professional?
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?