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
Give me some real time point of way where exactly we can conduct audits?
Explain different checkpoints in qtp.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What is business process testing(bpt) in qtp?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
How does qtp identify the object in the application?
how will load the object during runtime?
Explain the difference between call to action and copy action?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Hi Samrat, Thank u very much, what u said it is right.
Where to use Property Let, Property Get, Property Set in UFT
How many types of recording modes in qtp? Which will be used when?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
How to find operating system information using the qtp script?
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);