Diff. between keyword driven Data driven testing?
Answer Posted / konduru srilatha
The Data-Driven Testing Framework.:it is used i/p and o/p values for test are fetched from data files these data files can be excel files.
The Keyword-Driven or Table-Driven Testing Framework.:We need create a set keywords and data table
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to test login module with different username and password by using data driven testing in QTP?
Explain the features and benefits of quick test pro(qtp)?
what is the advantages and disadvantages of using functions instead of re usable actions
How many types of parameters are available in quicktest professional?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Explain about Test Fusion Report of QTP?
Explain process of smart Identification in QTP?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Is text area check point supports for web applications?
Define Environment Variable in UFT and its uses?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How many add-ins comes by default with qtp?
If object is not recognized by qtp but the object is standard object what is your approach?