Answer Posted / adlajaipal
'for example:
systemutil.run "Path of u r login page URL"
than check for username and password
like:
Browser("micclass:=Browser").page("micclass:=Page).webedit("name:=txtusername).set
xxxxxx
Browser("micclass:=Browser").page("micclass:=Page).webedit("name:=password).setsecure
xxxxxx
Browser("micclass:=Browser").page("micclass:=Page).webutton("name:=Button).click
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What are advantages of test automation?
how to download mercury qtp9.2 ny internet ?
Mention what are the different types of recording modes in qtp? Which will be used when?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
What is the difference between the keyword view and expert view?
What are table and db checkpoints?
What is the Difference between test object and run time object?
What is the latest version of qtp?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What Folder Structure following in Keyword Driven Frame work?
What is QTP and the use of QTP in TD?
How do I get the QTP scripts result in xml format by using vb script function?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)