We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
Answer / srikanth
Please Check the Add-ins properly selected for the browser compatibility
| Is This Answer Correct ? | 0 Yes | 0 No |
what is syncurnisation point? what is the use of this in real time environment? plz explain?
what is the code in QTP to take screen shot?
What is Description Object?
How do you delete unwanted results in qtp?
How are actions and functions different in QTP?
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query.
Syntax for how to call one script from another and Syntax to call one "Action" in another?
Why QTP is termed as a Record and Playback tool?
How to connect to oracle(sqlserver) database to QTP
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
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
how to merge object repositories?