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 |
There is a front end application to enter name and marital status. you are provided with a fesh database. On entering 5 set of data at a time an error occured, but on entering rest of the records you were not able to reproduce it. What could have been the reason for the error.
List out the test matrix
is test data the same as test condition
Explain Operational Acceptance Testing with example ?
What steps are needed to develop and run software tests?
How to write JSON query ? Explain with Example
what is the proper definition of Slippage Ratio? Thanks in Advance. Regards, M.MurthySharma.
what is Inspection?
What would u do if u come across a bug...report it.....but the programmer is in a diff location ( say u in India n he is USA)..and he keeps accepting its a bug?
test cases on antivirus with integration testing
This is a common login screen example with all well known fields like username, password, etc. How could you test this in Unit Testing Phase, Integration Testing Phase and System Testing Phase??
Can you explain decision tables?