We have an application which is built using multiple
technologies and are using QTP as the tool for Automating
the same. While we spy over a combo box in this
application, we get the object name as a "Combo Control"
and we are not able to perform any action over this object
in either selecting or checking any method for the same
like "Exist" etc. Hence we thought of a solution and the
same can be found below
No Answer is Posted For this Question
Be the First to Post Answer
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
how to delete folder test3,test4 and test5 using vbscript?
Mention how to access array data?
How to delete a cookie using vbscript?
What is the purpose of regexp object in vbscript?
Explain about tristate constants?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
Is VBscript case-sensitive?
Write a Script for ATM in QTP
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer