Testing between Environments
Hi All,
Can anyone tell me what kind of testing could be differentiated between Development and Quality Environment ?
Like some testing could only takes place in Development and some in Quality ,So what are all those testing come under development and qulaity ?
Cheers,
Sridevichitthu
Re: Testing between Environments
Testing in development is white box testing like code coverage, statement coverage, condition coverage, iterative coverage etc. Testing in qa is black box testing like functional coverage, non-functional coverage, bva, ecp etc.
I hope this is what you are asking about.