What r types of parametarizations?

Answers were Sorted based on User's Feedback



What r types of parametarizations?..

Answer / manmeet kalsi

QTP have 3 types of parametarization.
1) Data Table
2) Environment Variable
3) Random Numbers

Is This Answer Correct ?    2 Yes 0 No

What r types of parametarizations?..

Answer / devi

There r 4 types of parametarizaion
1.Data table
2.Random number
3.Environment
4.Parameter

Is This Answer Correct ?    1 Yes 0 No

What r types of parametarizations?..

Answer / rnashok

This question doesn't make any sense. But still i will try
to give information as much as possible.

1) Using keyword view you can do parametrization.
2) Using VB script you can do that.
3) By passing arguments from one script to other you can
parametrize.

Dose it make sense? :)

Is This Answer Correct ?    0 Yes 1 No

What r types of parametarizations?..

Answer / chandini

Types of Parametarizations are:
1.Through Keyword View
2.Through Expert View using Data Table Methods by using
Import and Export Methods
3.Through Data Driver
Correct if i am wrong

Is This Answer Correct ?    0 Yes 1 No

What r types of parametarizations?..

Answer / ajreddy

Types of parametarization
Through flat files
through Keyboard
through excel sheet
through frontend grids

Is This Answer Correct ?    0 Yes 1 No

What r types of parametarizations?..

Answer / balachander

no parametrization types
but passing values by keyword view, vb scripting, similar
to data driven approach

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

the question was on what techonlogy u been working on i said VB then he asked me the addin for VB in Qtp?

4 Answers   BirlaSoft,


what are the design objects in qtp

3 Answers   Wipro,


unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.

1 Answers  


Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji

3 Answers  


in which case & which method we can use "native" property of an object ?

1 Answers  






how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?

2 Answers  


i have read that "non-reusable actions can not be called in any other test".but in 'call to copy action' copies non-reusable action in other test also..can u pls help to understand this..

0 Answers  


Maximum synchronizing time out in QTP

3 Answers   Kanbay,


How to convert QTP's ObjectRepository.mdb file to xml file

1 Answers  


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

0 Answers  


I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all

0 Answers   Wipro,


I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }

0 Answers  


Categories