What is meant by virtual obj and Y do v need virtual obj configuration.

Answer Posted / dinesh1433

Virtual object is an object,which is defined and used by the user whenever required as per the user requirement.

-on virtual object
we can not do the object spy
check point cannot applicable
it is a non standard object as per the QTP

etc

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the keyword view and expert view in qtp?

516


Explain runtime dynamic settings?

2016


Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation

1577


What are the advantages of a Hybrid framework?

588


How to test login module with different username and password by using data driven testing in QTP?

597






In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

554


How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?

691


What are the Test design techniques you uses in ur project?

1476


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

1326


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

1478


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1732


How qtp recognizes the object?

661


How can you give wait up to 10 seconds in qtp?

583


How would you directly trigger javascript in a test?

1461


How will you check that your test cases covered all the requirements?

553