What is data driven testing in QTP?
Answer Posted / chowdhury
Data Driven testing is testing the functionality with
dynamic input from QTP. When we record, the value we use
become static. In Data driven test we convert that static
value to dynamic so that we can give as many inputs we want
to see the functionality is working ofr different inputs.
| Is This Answer Correct ? | 71 Yes | 2 No |
Post New Answer View All Answers
How can you give wait up to 10 seconds in qtp?
What is keyword view?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Discuss quicktest professional environment?
How do you synchronization point through DP?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Hi All, I need code for how to execute qtp scripts from excell sheet
What is the expert view?
How can I import environment from a file on disk?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
what the difference between shared repository and per action repository?
How u will do versioning in QTP?
How will you find the current time of the remote machine using QTP script?
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
What are the recording modes in wave event?