Submitted Questions

  • Testing Vs Production Environment

    How is the testing environment different from production environment?

    Hari

    • Jul 27th, 2016

    My iOS App is already in live I need to check notification issues on Test environment so that I created PEM file by using same Bundle ID and uploaded that PEM file in test environment is work? or I need to replace in Production environment.

  • Bug in Production Environment

    If a bug is not found in the testing environment and found in production environment, How will you deal with it?

    Star Read Best Answer

    Editorial / Best Answer

    crazytester  

    • Member Since Dec-2009 | Jan 13th, 2010


    We need to check 1st whether it was within our testing scope or not. If Yes then we have to do a RCA ( Root Cause Analysis). RCA report must be delivered to all the stake holders. 

    Devina

    • Jun 28th, 2015

    If the defect that has occurred is part of test requirement than check for below points: - Try to re-produce same defect on testing environment, to make sure we have not missed it. - Check with the...

    Torsten Zelger

    • Nov 18th, 2014

    Check your regression test suite whether it contains a scenario that could have detected the issue before it went to production. If yes, find out why it was not executed and give it a higher priority ...