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
When and why to use descriptive programming?
How many types of recording modes in the qtp?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to handle the exceptions using recovery secnario manager in quicktest professional?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Can any body please tell me the steps of keyword driven framework of QTP.
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
tell me abt a time when u had to go above &beyind the call of duty to get the job done
How will you report the bug and explain the defect tracking sheet you handled?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is the syntax to call one script from another?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What is the difference between run time object and test object?