What is parallel testing and when do we use parallel
testing? Explain with
example?
Answer / ramyab.mca@gmail.com
Hai....
Testing a new or an altered data processing system with the
same source data that is used in another system. The other
system is considered as the standard of comparison. OR we
can say that parallel testing requires the same input data
be run through two versions of the same application.
Parallel testing should be used when there is uncertainty
regarding the correctness of processing of the new
application. And old and new versions of the applications
are same.
E.g.-
1) Operate the old and new version of the payroll system to
determine that the paychecks from both systems are
reconcilable.
2) Run the old version of the application system to ensure
that the operational status of the old system has been
maintained in the event that problems are encountered in
the new application.
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 1 Yes | 0 No |
write test case for login window
what is Regresstion testing? when it will be needed?
do u know abt descryptive programming
what is test scenario and test condition?
In a company does a tester communicate with clients? if yes then in what situation?
What are the diff types of integration testing?
What is the difference between quality assurance and quality control?
23 Answers Infosys, Manufacturing,
Have you ever written test cases or did you just execute those written by others?
How to test cookies in Manual testing?
please mention critical bugs in hospital management system i.e in project has 4 modules likeappointments,patient chart,reports,pharmacy like that
What exactly is quality control?
Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism