What are the different properties of an web object
No Answer is Posted For this Question
Be the First to Post Answer
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???
What is keyword view in qtp?
What is object identification?
Can you write a script to check if the folder exists or not?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
According to use, how virtual object is different from object spy? If Qtp is not learning a sub-menues. What should we done? how would we manage on the expert view too? alkaa.dugaal@gmail.com
why text area checkpoints cannot used for web applications
Explain hybrid framework with advantages and disadvantages?
Hi cud you plz answer my question.. what is the size of Object Repository?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
in a web page hoe to check the dynamic links that rechabging with out using regular expressions