Iam trying to write script for Rediffmail Page,in doing so
the script line for go button is not accepting. Is their
any other way other than .
Browser("micClass:=browser").Page("micClass:=Page").Link
("micClasss:=Link","name=go")
Answer Posted / vinayak savant
Browser("Welcome to Rediff.com").Page("Welcome to
Rediff.com").WebButton("Go").Click
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create a qtp test from qc?
Tell me about your project? please help me how to tell about insurance project
How many types of run modes are there in qtp?
What are the challenges you faced during you entire life automation ?
describe some problems that u had with automating testing tool?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Is any limitation to xml checkpoints?
How to use the object spy in quicktest professional (qtp) 8.0 version?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
What is a reusable action?
What is the diff between image and bitmap check point?
How do you test DLL files using automation Tool QTP?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
How we can import data from database?