what is parallel testing?
Answers were Sorted based on User's Feedback
Answer / naren
Testing newly developed system and compare the results with
already existing system to check any discrepency between
them.
Is This Answer Correct ? | 63 Yes | 7 No |
Answer / surat
Parallel testing is testing where the user reconciles the
output of the new system to the output of the current system
to verify the new system performs the operations correctly .
Is This Answer Correct ? | 21 Yes | 5 No |
Answer / dave
Parallel Testing is where you have 2 environments that are
identical. One is live and the other is used for testing
purposes. You would install your upgrade, new build or new
application on the testing environment and run it in
Parallel with your live environment to see if anything
breaks. If your testing environment passes, then you can
install the upgrade, new build, or new application on your
live environment. Your testing environment can be
installed using VMWare to save on cost.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / spheto
WHEN SOME MODULES OF OLD AND NEW SYSTEM RUN IN PARALLEL
TILL THERE IS FULL CONFIDENCE IN THE NEW SYSTEM.
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / chandan
Testing a new or an alternate data processing system with
the same source data that is used in another system. The
other system is considered as the standard of comparison.
Syn: parallel run.[ISO]
Is This Answer Correct ? | 18 Yes | 13 No |
Answer / balu
This testing is applicable to product base software during this test, test engineers are comparing our company product with same product of older version or with the other companies similar product. It is also known as comparative testing.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / jorge
Parallel testing does not necessarily mean the two
applications have to be identical.
This is something that was valid long time ago.
The new modernized application might have enhancements that
make them not 100% mirrored.
However, you still can run a Parallel test on the two
environments with same feed data, and get the results to
compare the outputs.
If the new application has enhancements or streamlined
processes, then you will need to be aware of their
nature(i.e some fields in the modern app might display a
flag in a different format, numbers could display a
different aggregate result, data migration process could
change values from legacy to the new database based on the
new field definition, some old fields might be declared
obsolete and not migrated, etc.), but that does not mean you
can not compare the results of both outputs.
They will require a more exhaustive analysis to declare if
they pass the testing.
Today is not possible to be so simplistic to assume that
Legacy and Modern application will be 100% identical in all
their batch processes. Knowing what parts and where the
software implementation differs, will enable you to still
run a parallel testing and evaluate the validity of the
results.
Nowadays parallel testing is about evaluate the correctness
of the results,and not to expect identical results in all cases.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / manu
testing different version of the software with same data
and comparing the output is calles parallel tetsing.
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / ganesh
Testing conducting on the application by comparing with
similer type of application is called parller testing
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday kumar. a
Hi venkateswar u r correct.
Need to add...
We will check the present version of the product with the
older versions of the same product.
Is This Answer Correct ? | 9 Yes | 9 No |
Is Alpha testing done by developers or testers?
What is testcase scenario?
2 Answers Oneclick Testing Solutions,
Hi can any body clarify me plz What are responsibilities of a test engineer in the company,and how he communicates wiht t.l as well as test manager, In wich situation this type of i mean serious commnication takes place(give me one example).and how the interaction will takes place between tester and client can anybody plz clatify me
What are the Type of CMM Levels, Explain Each Level.
in web application , what are the common "browser compatabality issues " that you have across.?
What is reference matrix or tracability matrix?
Diffrence b/w functional testing,functionality testing,system testing?
If client give you a project then which testing you will perform first
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)
What are the drawbacks of manual testing?
What is defect clustering
After receiving the bug as fixed , what types of tests we will continue...