hello,
i was install Q.T.P.8.2 in windows xp version .when i
am running my programs all the desktop icons are disappear
why so. please guide me anybody how can i come out side
this problem.
Answer Posted / sourabh samaiya
HI.....whenever this kind of problem occurs do stop it by
using the task manager,format your machine and then again
try to install it,hope it will work fine
Regards
Sourabh
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is keyword driven testing in qtp?n how is it useful?
How many tabs are available to view your test in a test pane and what are they?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
what are the limitations of smart identification in qtp 9.0
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
Object repositories types, which and when to use?
What are the differences between quicktest professional and winrunner?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
how to explain a claims and insurance project?
What is action? How many types of actions are there in qtp?
How to explain a banking project in interview as a test engineer???
Is it possible to switch between recording modes during a test creation?
How to find a window is minimized or not
What is RTM (require ment tracebulity marix) fromate?
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