What is keyword driven testing..what is the use of this in
Automated testing
Answer Posted / subhash pasupuleti
My two cents
Keyword Driven Testing is synonomous with Framework based
Testing. We use user defined Keywords in Excel sheet(first
column)and a list of parameters in 2nd and subsequent column.
Driverscript imports the excel sheet into Global data sheet.
Reads line by line and using Case statement calls
appropriate Action( or Functions) and passes the parameter
values defined
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Is it possible to change the values of analog recording?
what is supply chain management?
For which type of projects the iterative model is not suitable?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Can launch two instances of qtp on the same machine?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
how to explain a claims and insurance project?
What are the key points to create a framework in QTP for oracle forms?
How will you report the bug and explain the defect tracking sheet you handled?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What is quicktest professional (qtp window?
How can you identify the browser and its information using QTP script?
In qtp, explain what is keyword driven automation framework?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code