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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sri
Hi
first u know diff b/w 9.5 and 10,Compair to previous version
is very easy,u have face any problem reach to me me
t.srinu25@gmail.com
| Is This Answer Correct ? | 0 Yes | 4 No |
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
what is the use of automation frame work ??(QTP)
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????
What is smart identification?
where exactly we can't do the automation testing. give some examples
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
How to check and display a particular word from a paragraph?
What is meant by Pseudo Code?
How can we log a defect in Testdirector from Q.T.P ?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.