hw to create a frame work in qtp..what are the basic steps
Answers were Sorted based on User's Feedback
Answer / krishnateja muppalla
Creating framework is nothing but, creating of all components. I mean to say creating of Scripts, Library function, Shared repository, Global data sheets, Local data sheets, Driver script etc. All together is called as framework
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajay
Basi Steps to creat QTP Frame work:
Create :Library,ObjectRepository,Database,Application
Scenario files,Intialization VBScript,Sequence files,Driver
Scripts,TestCaseListFiles.
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
| Is This Answer Correct ? | 2 Yes | 3 No |
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
What is the difference between Functions and Action ?
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
How to carry out bit map check points in QTP
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
What is a Web Table?
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
What is the difference between Systemutil.run and Navigate.
what are recovery management techiniques?
Hoe we can export TEST RESUALT IN to XL-sheet?
How QTP recognize the object??how to add objcts into object repository??