What is data driven testing in QTP?
Answer Posted / pritisandhya
Data Driven testing is nothing but test the same
functionality of an application with various inputs. that
inputs shoud be in either in .xls file,flat files etc.First
we retrive the data into the designed data table of
QTP.then take the data from design table.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How to call a test from another test?
What are the general steps involved in the data driven framework?
How you can write contexts to text file in qtp?
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 environment variable in qtp and why to use it?
What is the diff between image and bitmap check point?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What will be happen if i load object repository at run time, but it has already associated.
what is the diffrence bw qtp architectute and qtp framework?
Explain quicktest professional testing process?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
How to export quicktest professional (qtp) results to an .xls file?
How will you check that your test cases covered all the requirements?
What is the use of sendkeys and what are send keys