can any one explain with an example how to test Web
application using qtp
Answer Posted / naresh
i cant get u.can u explain in detail plz
any how how for ur answer... shyam
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the Difference between test object and run time object?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How to get the particular property value?
What is the registration process and examination fees?
Which functionalities of QTP used in banking project?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
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.
Explain data driven framework?
What is the limitation to XML Checkpoints?
Which functionalities of QTP used in banking project? pls any say answer?
How to analyzing test results using quicktest professional?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!