write vbscript on veb applications in qtp with exapmles?
Do u want simple script....
For Login ....
browser("XXXX").page("XXXX").webedit("hgshad").set "hdsfajf"
browser("XXXX").page("XXXX").webedit("dsadsagd").set "dlskajdl"
browser("XXXX").page("XXXX").webImage("dasada").click
to count No. Of Links in WebPage..
set objlink = description.create
objlink('html tag").value = "A"
set n = browser("XXXX").page("XXXX").childobjects(objlink)
c = n.count
msgbox c
like this we write script for testing web applications..
these are the sample scripts only...
If any queries..
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2?
How to differentiate the webedit field like user name and password? Please tell any other best answer is ther
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
What is the virtual object?
What is the difference between Dim And Redim
4 Answers Hotel Jobs, IBM, Microsoft,
What is test object?
QTP Testing Process?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.