*Roles and Responsibilities of a
& its Importance.
*What is RUP? Explain in detail.
*What is UML explain in detail?
*Testing (QA) knowledge Required
*Rational Rose Tools Interview
Questions
*Diagrams for Business Analyst
BA Interview Questions
*General business analyst interview
*Mortgage related interview questions
Business Analyst Tutorials
*Responsibilities of a Business Analyst
*UML(unified modelling language)
*SDLC(systems development life cycle)
*Finance banking knowledge for BA
*Role of a Business Analyst(high level)
*Use case diagram step by step
*SDLC
*RUP (rational unified processing)
*UML (unified modeling language)
*What is User acceptance
testing (
UAT)?
Testing Knowledge
Business Analyst Finance
*Business Analyst Finance domain
*What is home equity line of credit
*What is Loan to value ratio ?
*What is debt to income ratio &
*What are mutual funds ? Interview
*Trading of Stocks , what are stocks?
*Factors that will affect the change in
*What stocks are treated as equity
*Some more Finance related interview
questions for Business analyst
*Imp finance related interview
*What is SWAP and types of swaps
*What are Options & Bonds and types
*what is a derivative and how it functions
*Commercial bank in brokerage industry
*What are bond and types of bonds
*Steps for writing use case diagram
*What is SOX (Sarbanes Oxley act)
*CMM Capability maturity model
Business Analyst Health care :
*SAS (statistical analysis system)
*Medicare Procedures and policies
*Health care Interview questions for BA
Load Runner is a performance
testing tool.
It also does functional testing.
Load Runner has 4 components:
Ø Virtual User Generator (VUGEN)
Ø Controller
Ø Analysis
Ø Load Generator.
1) VUGEN:
VUGEN is where we
a) Record, b) Run, c) Debug & d) Design.
They are called Vuser scripts.
2) Controller:
Controller is where we apply the load. The Controller organizes drives,
manages and monitors the load test.
3) Analysis:
Analysis is where we analyze the performance results.
4) Load generator/Launcher:
It is the local host [which is CPU]. Load generator generates the load by
running virtual users.
Load Runner has 2 views:
1) Script view
2) Tree view: It has 2 vies as well:- a) Page view & b) HTML view
To start:
Ø Go to Programs
Ø Load Runner
Ø Virtual User Generator
Ø Click on “New file”
Ø Expand E Business
Ø Select “Web(HTTP/HTML)”
Ø Click “OK”
Ø Highlight “Action”
Ø Click “Record”
Ø Type URL[www.Macy’s.com]
Ø Click “OK”
Then run from the top. Result summary appears. Status =”Passed”.
On the left window expand the “Iteration” to watch the screens. Then close
the result window.
Delete cookies and design.
To design we have write “Comments” and “Start” and “End” transactions.
To write comments:
Ø Go to “Insert”
Ø Click on “Comment” and write the comment
E.g. “Type www.Macy’s.com.”
and the main page of Macy’s will open.”
Then click on the icon “Start transaction” and write “Macy’s” and enter. At
the end of that script click on the icon “End transaction” and it will
automatically have “Macy’s”, just enter. Similarly we have to do it to every
link. After we are done we have to run again and save the test case with a
name.
Toggle Break point
Using the Toggle Break point we can stop the script where ever we want. But
it has some limitations. We can use TBP only before “web_url” & “web_ txt”.
Using the Toggle Break point we can do line by line debugging. After
debugging we design the script.
There are 3 kinds of errors:
1) Syntax error: [ , ; : “ ) ] etc.
2) Runtime error: Spelling error.
3) Compiling error:
Syntax error and Runtime error are tester’s responsibility.
Compiling error is programmer’s responsibility.
Toggle Break point is only for Runtime error. The TBP looks like a hand
symbol. If we put TBP anywhere besides web_url or web_txt the system won’t
recognize it and it will run through without stopping. After designing we
can put Toggle Break Point before “LR_start_transaction”. If we put TBP
before “LR_end_transaction” it will work but it is better to stop it at
start. Sometimes we are not sure about some scripts whether to delete it or
not. In that case first put it under comment and run. If it works then
delete it. By using TBP we can do line by line debugging. Toggle Break Point
is only for runtime error.
We can check the Pass/Fail log in the “Replay log”.
photo