What is Virtual Object? Plz Explain me with an example?
Answer Posted / sreeprasad
Some time the QTP is not able recognize advanced technology
in our application build.
To recognize these objects also forcefully Test engineers
are using Virtual object concept.
Navigatiion->Tool Menu->Virtual object->New Virtual object-
>click Next->
Selected expected type->click Next->Mark non recognized
object area->
click Next->click Next after confirmation->Specify logical
name to new entry->
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
How many types of recording modes in the qtp?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Hi ,Can any one pleas explain how to test splash objects using QTP?
What is meant by Output Value in UFT?
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...!!!
Will down time for server and content maintenance/upgrades be allowed? how much?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What is the standard timing delay for web based application in qtp?
How to use reporter.report event in qtp ?
What are the 3 main stages involved in testing with qtp?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
how to test load test and block box testing an a web based application pls give ans briefly
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you