How can we do the Frame work in QTP

Showing Answers 1 - 11 of 11 Answers

gladwin

  • Jan 2nd, 2006
 

Frame Work:1.Smoke Testing - Environmental checkup of the application.2.Driver - Business functionality3.Application Business Functionality Execution 4.Verification checker5.Reporter generation6.Terminator

  Was this answer useful?  Yes

Framework is the folder structure that we use in QTP.
Frame work is of linear framework, Keyword driven, Data driven and hybrid framework.
Before starting the automation we make folders for different purposes?like for reusable functions, data, recovery scenarios, scripts, library etc.

Ashok

  • Oct 13th, 2007
 

Frame work nothing but QTP life cycle same as SDLC
Frame work we are
using are
1. Record- playback frame work.
a. set environment to record. (create object repository)
b. record
c. enhance scripts
d. debug scripts.
e. execute or run the script.

f. Analysis the report.
g. Report the test result to the test lead.

2. Moduler Frame work.
a. create OR
b. create text file
c. create library file
d. create log file
e. create VB script

for details
you may either call me at 09740295088 or mail to ashok2007_india @ yahoo . co . in

  Was this answer useful?  Yes

siraz_babu

  • Apr 21st, 2008
 

Hi friends,

       As per my knowledge framework is a standards or procedure to be followed to automate the actions or activities.  Frame work is a generic code which may be useful to other projects with minimal modifications. This make easy to tester in automation of steps or activities.


types of Frameworks

1) Modular framework    (Basic level)
2) Datadriven framework( Advanced than Modular framework)
3) Keyword driven framework ( More advanced framework)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions