what is the use of VIRTUAL OBJECTS? explain ?
Answer Posted / sandipgami84
Virtual Obj. Means.....
Application may contaion objects that behave like standard
objects but not recognize by QTP, u can define these
objects as a virtual objects and map them standard class.
Thanks,
Sandip,
099866 45937....
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How to creating an output value using quicktest professional (qtp)?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What is a programmatic description?
What is quicktest professional?
What are the technologies supported by qtp?
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...!!!
What is the use of running the scripts in Hidden-mode in UFT?
what r the main attributes of test automation?
How to get the particular property value?
Explain object spy in qtp.
regular expression in qtp standar check point for months from accepting months from january to december only
how u will evaluate the tool for test automation?
Give me some real time point of way where exactly we can conduct audits?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma