1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT
RECOGNIZED BY QTP
Answer Posted / dolly
NO,IT CAN N'T BE USED.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is error and fault in terms of software quality?
How to analyzing test results using quicktest professional?
In qtp, how you can remove the spaces from string?
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...!!!
How do you create regression test packs?
What is object spy in quicktest professional?
How is the Bitmap checkpoint different from Image checkpoint?
can test automation improve test effectiveness?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
what are the utilities and drivers
why text area checkpoints cannot used for web applications
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What is Curd testing?
QTP script is not working on other's machine..
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT