Can we test internet application using QTP?
Answer Posted / prabhakar
yes, we can test. Internet application is nothing but a web
application. QTP provides features to test the web
applications.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the technics follow in writing VB script?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
what is ODC and GDC?
Have you used xml check point in your project?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Tell me about qtp?
Is text area check point supports for web applications?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How can we conduct U-I Testing by using QTP??????
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
which type of testing process are you following in ur company? how to recognize a qtp page?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?