what is qtp automation frame work,what is the use of that
frame work?

Answer Posted / sagar kuamr sutar

Framework is nothing but creating the folder structure and
placing all the files into their corresponding folders. We
create folder structure like this:
1) Setting
2) Result
3) Environment
4) Object Repository
5) Recovery Scenario
6) Data
7) Library
8) Batch
9) Test
10)Result
11)Document
And create all the necessary action and place/save all the
files into their respective folder. And make all the action
as reusable. And Call the action where ever it requires.

Is This Answer Correct ?    19 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain sub procedure of vbscript.

590


When ‘option explicit’ keyword is used in qtp?

750


How can you exit from an action?

612


I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You

1523


How would you export a script from one pc to another in qtp?

663






How to find operating system information using the qtp script?

584


How is the Bitmap checkpoint different from Image checkpoint?

627


How to create Reusable and Multiple Actions?

1713


How to recognise the webelement and verifying that webelement is enabled?

1647


Which environments are supported by hp qtp?

601


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

1628


Explain how Does Run time data (Parameterization) is handled in QTP?

559


how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me

2456


how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.

1324


Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.

1518