What is the Major difference between QTP ; LoadRunner?
If u want to test an
1. erp module which automation tool you would prefer and
why? and
2. for web application, which tool and why?
Answer Posted / sri
QTP is a Functional regression testing tool where as
LoadRunner is a Performance testing tool.
You can use both tools for ERP as
well as Web based applications .Bcoz both of them supports
ERP applications and web applications.
But with the QTP you can do only regression testing . that
means the functionality of an application with respect to
new builds/versions as well as integration testing.
With QTP
ex.for ERP application
You can check whether were you able to select different
menus, menu items ,buttons,links etc.and were you able
perform different functionalities of application.ex.
calculating bonus etc on payroll .
ex. for web application
you can check the functionality of the application isworking
as expected.
example
if you give correct username and password and you clicked
sign in button .so you can check whether the sign in button
is enabled and take you to the correct page after clicking
the button.
where as with the LoadRunner you can see the Performance of
an Application with respect to max of loads simultaneously
at peak usage of an application.that means stability of an
application at peak usage .
with LoadRunner
1.ex.for ERP
You can see the performance of ERP application while
processing 1000's of Employees payslips .you can see the
application server response time etc
2.ex.for Web application
You can see the applications stability w.r.p. 1000 login's
at the same time.that means you are measuring the
application server's response time to load a page with
respect client's request . ex. Yahoo login page.
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the qa and software testing?
What is bug leakage and bug release?
Explain what should your qa documents include?
Hi I have found a web site of online shopping (www.safetots.co.uk).PLEASE write possible "Test scenario" by seeing that site.Please make the end of mine and others doubt in Test scenario.Thanks in advance.
What are the types of documents in sqa?
How do u calculate Schedule variance? What is the formula? Explain with Example
What is the difference between Outsourced Testing and Crowdsourced Testing
What is the difference between compatibility testing and cross browser testing?
What is capture/replay tool?
What is quality audit?
Can Parrto Principle be used in Quality Assurance and testing?
How is monkey testing different from adhoc testing?
Give me example of automate the regression test suite ........Thanks...
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What is a cookie testing?