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 |
What type of VB script u had done in expert view?
How do you know the location Id of an object if you know its index id?
Can we record an application running on a remote machine using qtp?
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
can somebody send the script to write a multiplication table in notepad through qtp
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
Hoe we can export TEST RESUALT IN to XL-sheet?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
write script for bitmap image?
How should I get results when I run scripts in a Batch mode
How to connect to a database?
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.