Answered Questions

  • when the Sanity testing done?

    On which basis we write the test cases? when the Sanity testing done?

    suma

    • Nov 18th, 2012

    Sanity testing will takes place right after the build deploy to QA team, to check real quickly all the major features working fine in the build or not.

    mithr17

    • Oct 14th, 2011

    Sanity testing is similar to smoke test but has subtle difference. Sanity testing only done for regression builds. It is done to check if the regression build is stable enough to conduct through regr...

  • When will you end testing?

    When will you stop testing by ensuring all test cases covered for application?

    Krutika Patil

    • Apr 25th, 2018

    Its depend on many conditions like all requirements are covered, all test plans executed and if the client satisfies with all requirement then we can end testing.

    sachin sharmas

    • Nov 20th, 2017

    It depended on risk of application or software. If application is all bug free and has met with specific requirements than tester can stop testing.

  • What is the difference between retesting and regressive testing?

    sridevi

    • Dec 6th, 2014

    Retesting is the testing performed on a fixed defect to verify it is working fine or not.

    regression testing is the testing performed on the modified application to verify whether the fixed defect is impacting on the other related functionality of the application.

    manoj

    • Nov 26th, 2014

    Whenever there is a change or updation in codings or requirements regression testing is performed it is done to validate that the changes had cause any impact to other modules in a project. Whereas in retesting is to validate the existing testcase after a bug has been fixed.

  • QTP :what is the importance of smart identification

    when testing, smart identification will be enabled or disabled by default ?why do we use it

    santhoshi

    • Aug 8th, 2011

    Typically,if even one of the on-screen properties doesn't match with the recorded properties the script fails. In smart identification, QTP does not give an error if the property value does not match ...