What is data driven testing in QTP?
Answer Posted / satyanarayana
Data driven testing is very much useful while we are
parameterising our test.Data driven testing means
collecting the data from various sources like flat files,xl
files and from databases and testing the functionalities of
the application with this data by parameterisation
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
In qtp, explain what is qrs file?
What are the differences between quicktest professional and winrunner?
What is contained in the object repository?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What are the methods of the TextStream object that are used for reading from a text file?
How we can import data from database?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
How is the Bitmap checkpoint different from Image checkpoint?
what frame work you are following?
Can any body please tell me the steps of keyword driven framework of QTP.
What is the synchronization point in qtp?
What is Test Fusion Report in QTP?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How to use conditional loops in qtp ?
Explain actions in qtp ?