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 |
How to execute a WinRunner Script in QTP?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
How can you send user defined messages to test report?
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
How many tabs are available in debug viewer pane?
In Remote acess server how u run a test?
what are the different Frame Works in Quick Test Proffessional testing
Once the Actions are splitted , is there any way to merge them
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
why we are using environment variables instead of global variables?