In automation testing Can we retest virtual object in the
application after getting new version from the developers,
is there any property will change for that object or it
won't.?

Answer Posted / giridhar

We can reset Virtual Objects, Which already added to the
Virtual objects by Virtual Object Manager.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1330


If I change the property value at runtime is it effect is object repository?

602


Diff b/w test scenario's and test Procedures?

1624


Where is the Bitmap checkpoint information stored?

1760


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

1367






Is QTP supports Unix. If yes, then how the test automation is done?

1722


Explain runtime dynamic settings?

2022


What are the various types of Actions in UFT?

591


Have you done batch testing in qtp? If yes how you are doing?

505


how can i pass a "cript"as a parameter in to a function

1454


What does mean by Scope of Automation?n How we defined it?

1570


write the vb script for call to new action in qtp?

1857


Which scripting language used by quicktest professional?

527


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

1590


i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer

3491