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 / srinivas.v
Hi..this is a very common problem with QTP 8.2..not to
worry...just close the exsisting the session of QTP
unselect the Active X option and contimue thing will be
fine.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
How would you directly trigger javascript in a test?
How u will do versioning in QTP?
Is it possible to call win runner script in qtp?
How to call a test from another test?
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
What is checkpoints for quicktest professional (qtp)?
What are the different recording modes and how do they work?
write a script to verify the image path(src property) of the images which are in web pages.
If I change the object name in one action will it be updated in all the actions? Or not?
how will load the object during runtime?
how will you check how many members visited the website www.infosys.com?
when will you do debug your script? and explain that process?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
How to define array in qtp?