How to break the object spy ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the architecture of your project? Can any one answer for this question plz........
What are the various types of Actions in UFT?
How to handle Dynamically changing Objects in QTP?
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
What is the use of environment variables?
After running scripts how you report results ,there is any specific report form
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
What is the file extension of the code file and object repository file in QTP?
In qtp, how you can remove the spaces from string?
can any one make me confirm about a real time employee with better experience in QTP who is providing QTP course individually in Bangalore???
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot