When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
2 5061Can anybody give the script to addsheet, add column,add values under that column in the rows?
2 8050I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
1 4070I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
5 8304
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Explain Descriptive Programming Types with Examples?
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 are metrics and matrix?
Describe how Smart Identification is used
What is the difference between per-action and shared?
what are the mandatory properties for a tex boxc (scenario?)
how can i pass a "cript"as a parameter in to a function
What is action?
How many types of recording modes in qtp?
How will you check that your test cases covered all the requirements?
your coming from electrical backgroung..but y ur coming to software side?
How can I change object description or check point values in qtp?
Explain in brief about the quicktest professional (qtp) automation object model?
How you create new action in qtp?