When u ll use Record Button in QTP?Is VB script is
Mandatory in QTP? What is Meaning of Frame("v1")?
Answer Posted / babu
When the user wants to store the objects in object
repository, then the user can go for record button in qtp
to record. VB Script is not mandatory in QTP, user can
create the scirpt using Java Script as well in QTP.
As i know Frame("V1") means there is a folder frame called
V1 which is the child object of a frame.
Please correct me if i am wrong.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
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 meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
We stored into the objects OR and then write the scripting
Diff b/w Health care domain and Banking Domain?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
write script for bitmap image?
what is clean sweep?
can any body give the banking domain concepts/links
What is a checkpoint? How many check points are there in qtp?