Hello Guys,
Can anybody Explain me about Automation framework?? and how
can we prepareAutomation Framework using QTP
Answer Posted / venkateshwarlu
hi
i like to give answer for keyword driven framework,
first we have to create a folder with project name then
create folders for testscripts fldr to save .mts
files,objectrepository fldr to save .tsr files, libraryfile
fldr to save .qlf or .vbs or .txt files,recover scenarios
fldr to save .qrs file, enviroment fldr to save .ini
or .xml files, testresults flder to save .txt, testdata
fldr to save .xls file.
then, we create script which is to be executed according to
keywords as fallows.
for ex:
var=datatable.value("Keywords", id)
select case var
case k1:
login()
openorder()
logout()
case k2:
login()
deleteorder()
logout()
...........
end select
specify the keywords in the datatable under the
corresponding column
then execute the script
and analyse the result
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Generic function to search for the unique link in webtable and click on it
Where we can use the synchronization?
What are advantages of test automation?
is it possible to add sheets to excel at runtime
Define object spy ?
Explain how to use QTP to check broken links on a page?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
Write a QTP script to enter a keyword in to Google search engine?
How did you use regular expressions in QTP and also in WR?
desribe a situation where u faced a stressful situation and how did u cope with it
How do you synchronization point through DP?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
How to start recording using quicktest professional (qtp)?
Explain data driven framework?
How do we analyze the checkpoint results?