bug caught in production why it wasn't catch in test environment

Answer:
	Initially we need to check if the issue reported in
    Prod environment is a valid defect. If so:
	1. The test environment is different from Production environment.
    Exp: Access & Permissions in Prod environment,
    Memory limitations, ELB timeout, Single & Multi-tenant
    configs etc is different.
	2. Tester doesn't test that scenario or he may test 
    it in a different way.
	3. There might be an issue regarding Timezone server time.
	4. One common reason for this behaviour is
    production data schema differs when we add new features 
    and if not updated or correctly replicated on all servers
    it might create production issues.
	5. Exhaustive testing is also not possible. ==> 
    We cannot test everything.
	6. Code is not migrated to Production environment properly,
    there might be some issues in migrating the code for that
    particular functionality where the issues caught.
	7. There might be requirement gap.
	8. Verify if Prod and QA had similar internet connectivity
    setup (like VPN, LAN, Wifi)

Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source