Can we test GUI of the application using QTP.? How.?If
possible briefly explain process.?
Answer / chetana
yes, the GUI of the application can be testes using QTP.
(QTP is used to do functionality testing),so you can record
your functionality or add descriptive programming on the
objects in the GUI.
| Is This Answer Correct ? | 2 Yes | 6 No |
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
Does quicktest professional is unicode compatible?
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
what is the use of automation objective model?where is used? plz tell me
Hi What are re-usable actions in QTP? -Thank You
in QTP we test web based application at that time what script is run? is support vb script? plz tell me
How can you identify the browser and its information using QTP script?
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
What are the steps involved in recovery scenario wizard?
Discuss quicktest professional (qtp) environment?
How does you test a weblink which is changing dynamically?
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...!!!