Business Analyst Faq .com

Home      BA-InterviewQuestions    Jobs    Resumes    Interviews  Other-Interview-Questions   Contact

                                     Parameterization in qtp

Business Analyst Essentials:

Responsibilities of a Business Analyst

What is Business Analysis

Sequence diagram Explained

Class diagram explained

RUP explained

UML(unified modelling language)

SDLC(software development life cycle)

Insurance knowledge for BA

Health care knowledge for BA

Finance banking knowledge for BA

 

BA Interview Questions & related:

Imp BA Interview questions set 1

Imp BA Interview questions set 2

Imp BA Interview questions set 3

Imp BA Interview questions set 4

Business analyst Interview questions 1

Business analyst Interview questions 2

Business analyst Interview questions 3

Business analyst Interview questions 4

Resume writing tips for BA

Business Analyst Health care Related:

BA Health Care Claims

SAS (statistical analysis system)

Clinical Trials

FACETS

Health care fraud detection

HIPAA

 

BA Finance Interview questions

Business Analyst Finance domain Interview

questions set 1

 

What is Fixed rate Loan?

What is home equity line of credit  (HELOC) ?

What is Loan to value ratio ?

What is debt to income  ratio &

What is lien Lien holder ?

What are mutual funds ? Interview questions

Trading of Stocks , what are stocks?

New york Stock exchange

What is NASDAQ ?

Stock exchanges in USA

Factors that will affect the change in price

of STOCKS

How to buy a STOCK ?

 

What stocks are treated as equity

 while bonds as debt ?

 

 

Business Analyst Tutorials:

Role of a Business Analyst(high level)

Use case diagram step by step

Class Diagrams UML

Responsibilities of BA

What is RUP ?

SDLC

Bug Life cycle

BA Faq

Business Users of the system

CMM levels

Collaboration diagram

Data Mapping & Data modeling

Data model in data base

Deliverables in SDLC

Tools used by BA

Q-Gate (quality gate)

RUP (rational unified processing)

Sequence diagrams

Deliverables in RUP

Use case examples

Use case template examples

Testing skills required

Testing processes

QTP recording flow

break points in qtp

split actions in qtp

parameterization

checkpointsinqtp

Integrated testing

What is QTP ?

Loadrunner step by step

 


Parameterization is replacing the original value with a parameter and the value has to be in the database.

Ø Record www.Walmart.com .
Ø Go to the “zip code” box and type a valid zip code.
Ø Click “find”. Then “Stop”.
To Parameterize:
Ø Click on “Tool”
Ø Click on “Data driver”
Ø Click on “Parameterize”
Ø Click on “Data driver wizard”
Ø Click on “Step by step parameterization”
Ø Click on “Next”
Ø Click on “Parameter name”
Ø Change the parameter [08648] by highlighting and then replacing with “zipcode”.
Ø Click “OK”
Ø Click “Finish
Ø In Data driver, - click “OK”.
An Excel sheet opens up with “zipcode” on top row.
Ø Fill in other valid zip codes and an invalid zip code. If the zip codes start with “0” then:
Ø Highlight the cell
Ø Right click
Ø Highlight “Format”
Ø Click on “Custom No:” delete the “General” and type 5 zeros.
Ø Click “OK”
Ø Go to “Test”
Ø Click on “Settings”
Ø Click on “Run”
Ø In “Test settings” choose “Run from all rows”
Ø Click “OK”
Then run from the top. When we run from all rows it gives us as many results as the number of zip codes. For the invalid zip code there would be no sight and it should say “Please enter a valid zip code”.
If we want to watch the pages closely we can put wait statement right in front of the “Start transaction” after the comment. E.g. wait (time).


Multiple Parameterizations

Let us take the example: www.Greyhound.com> anywhere> US.
Then we fill up the form with starting city, destination, time, number of adults, children, seniors etc. After we fill up the form and run. We must parameterize every single area. For example:
1) Start city
2) End city
3) Start month
4) Start day
5) Start time
6) Adults
7) Children
8) Seniors
All the values that we choose must be in the database in the exact same way we use it to give parameter. After we do that we run it the same way. Since we parameterize multiple values it is called multiple parameterizations.