explain keyword driven framework?
Answers were Sorted based on User's Feedback
Answer / suresh kumar
Keyword-driven testing and table-driven testing are
interchangeable terms that refer to an
application-independent automation framework. This framework
requires the development of data tables and keywords,
independent of the test automation tool used to execute them
and the test script code that "drives" the
application-under-test and the data. Keyword-driven tests
look very similar to manual test cases. In a keyword-driven
test, the functionality of the application-under-test is
documented in a table as well as in step-by-step
instructions for each test.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravinder
Hi
Accoridng my knowledge keyword driven frame work nothing
but the functions called based on keywords
inthis frame work first of all we have to create 7 folder
like this
lib,ropsiterey,rocovery,testdata ,testscript,log,env create
the tests save in vbs over the file creation we have to go
to new qtp programe call functions
example yahoo!()
gmail()
go to test and mention the test paths in library files
here vb script save in vbs
recovery tests in .qrs
repository tests in .tsr
add these three files
and run the frograme
Is This Answer Correct ? | 0 Yes | 3 No |
I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
What is the difference between wait and synchronization point?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How you r using QTP in u r project
1 Answers IBM, Lehman Brothers,
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
How many test scripts are prapare in ur project(HeathCare Insurance).
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
How to recognise the webelement and verifying that webelement is enabled?
What are Error handling other than Recovery scenario manager?
How to make arguments optional in a function?