Dear Friend, I am New in QTP 10 so can any one tell me how
to do QTP testing on WEB APPLICATION while writing
VBScript. If Possible then Give Example how to write
vbscript in QTP to test WEB Apllication.
Vishal Patil
Answer Posted / siva krishna
HI this is very east to write the scripts in qtp 10.0 and
onething whatever the version is but the concept of writing
the code is same.Here in this we can write the script for
web page is like
systemutil.run"www.google.com"
Browser("name").Page("name").WebEdit("text").set"name"
Browser("name").Page("name").WebButton("type").click
after this the google page opens.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the hierarchy to use properties in descriptive programming
Explain in brief about the quicktest professional automation object model?
what is the difference between data driver & data driven and driver script?
What are the types of object repositories? Which one is you are using?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
What is quicktest professional (qtp window?
Explain how Does Run time data (Parameterization) is handled in QTP?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
We stored into the objects OR and then write the scripting
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
what is impact analysis on regression testing?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How to do call a output parameter from one action to another action??/
Explain the concept of how quicktest professional identifies object?