Business Analyst Faq .com

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

                                                         Integrated testing

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

 

When we put together 2 or more actions and test it together we call it Integrated Testing. In QTP we cannot integrate 2 URLs [we can do that in Win runner & Load runner]. We cannot put together actions recorded in MSN & Yahoo in QTP. Also we have to come back to the homepage just like we start with it for all the actions that we want to integrate.
E.g.: Yahoo>autos>new cars>BMW>yahoo…Action 1
E.g.: Yahoo>autos>used cars>Acura>yahoo…Action 2
E.g.: Yahoo>autos>sell my car>Blue book>yahoo…Action 3

There are two options in Integrated Testing.
1) Copy of Action.
2) Call to Action.

Copy of Action:
You can edit your scripts in there.
Ø Go to “Insert”
Ø Click on “Copy of Action”
Ø Browse [from test….]
Ø Clock on “Yahoo.BMW”, highlight
Ø Click “open”
Ø Rename it.
Ø Click “OK”
Ø The script is locked.
Ø “Run”
Ø The reusable action becomes “External action”
In the “Menu” it is there. As many as you copy they will be there.


Call to Action:
Pre-requisite condition to “Call to action” is to make the script reusable.
To make a script as a reusable action:
Ø Open the script
Ø Go to “Step”
Ø Click on “Action properties”
Ø Check the button “Reusable action”
Ø Click “OK”
Ø “Save” (make sure).
Now in the drop down menu it will be there. Once you call a “Reusable Action” it becomes “External Action”. It will be in the non-editable secured mode.
Ø Go to “Insert”
Ø Click on “Existing Action”
In Keyboard view right click on the file”Rename the action”. In integrating scripts they have to be sequential not random. First we have to have a new file.
Ø Go to “Insert”
Ø Click on “Call to existing Action”
Ø “Browse”
Ø “Select action” click on.
Ø Highlight which we want to integrate and click “Open”
Ø Click “OK”
To get the second one
Ø Go to “Insert”
Ø Click on “Call to existing Action”
Ø “Browse”
Ø “Select action” click on.
Ø Highlight which we want to integrate and click “Open”
Ø Click “OK”
Ø When we are done “Run”.


To check the properties:
Ø Click on just before the “check point”
Ø Go to “Add/Remove”
If anything changes you can catch from there.