Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Give me Example for Generic Functions in QTP
Framework....Anybody please answer me..Thanks in Advance

Answers were Sorted based on User's Feedback



Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Adva..

Answer / vijay reddy

In framework we have two types of library functions

1)Generic functions
2)Project specific functions

Generic functions are generic to any other application

For Example if we create generic functions for one
webapplication , the same generic functions can use for
another applications in automations

Is This Answer Correct ?    19 Yes 0 No

Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Adva..

Answer / ram

Qtp supports relative path framework.Relative path framework
can help you in creating a generic functions and calling
them through the driver script.

Is This Answer Correct ?    3 Yes 2 No

Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Adva..

Answer / vijay chourasiya

Generic Function:
Generic function means the conman functionality in the application.Example
button, Edit box, Combo box and Radio button,Dropdown,Click on link,Login,Logout,Verifypage.
So if you want to create the generic function/Reusable function in the application only change the object not the logic in the function.
For Example:
In framework you have Button so you have to create:
Function buttonclick(obutton)
sobjname = obutton.tostring
sstepname = "Buttonclick"
bexists = obutton.Exist(0)

If bexists Then
smsg = sobjname&" Exists"
reporter.ReportEvent micPass,sstepname,smsg
else
smsg = sobjname&" does not Exists"
reporter.ReportEvent micFail,sstepname,smsg
Exittest
End If

bdisabled = obutton.getroproperty("disabled")
If bdisabled = 0 Then
smsg = sobjname&" is enabled"
reporter.ReportEvent micPass,sstepname,smsg
else
smsg = sobjname&" is disabled"
reporter.ReportEvent micFail,sstepname,smsg
Exittest
End If

smsg = "clicking on "&sobjname
reporter.ReportEvent micPass,sstepname,smsg
obutton.click
End Function
* so here you have to change only (obutton) in the repository or from Util file.
#===================================================================
Project specific functions:
Project specific function is related to the only your project prospective.Example:
login page loading so you will not use wait because you don't know the loading time.
so for this you have to create DynamicLoad Function.and this function also resusable
2)Example:The framework contains input from the XML so you have to create project specific function
3) Example: Suppose you want to manipulate the scripts as per the requirement then you have to create Project specific functions and its control by Driver Script.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

does QTP provides any tools for parametrisation?

4 Answers  


Explain Different types of Checkpoints in Quick Test Professional?

2 Answers   Crea,


What are the Disadvantages of shared object repository?

0 Answers  


how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer

0 Answers  


What is checkpoints for quicktest professional (qtp)?

0 Answers  


when do we write a script in qtp?(plz give me more then 2 reasons)

1 Answers  


Is text area check point supports for web applications?

0 Answers  


Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder

6 Answers  


How to load object properties to object repository through scripting.give one example

7 Answers   IBM,


How to import the Test Results in QTP to an Excel sheet

4 Answers   Sonata,


hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com

0 Answers  


Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent

2 Answers  


Categories