Classic Jhumka Earrings Silver INR 113.00 Free Shipping Buy Now
Black Jhumka Earrings & Studs INR 94.00 Free Shipping Buy Now
Classic Jhumka Earrings Silver INR 207.00 Free Shipping Buy Now
Beautiful stud earing INR 93.00 Free Shipping Buy Now
Different Size Hoop and Stud Earrings Set INR 243.00 Free Shipping Buy Now
Golden Hoop Earing INR 70.00 Free Shipping Buy Now
Home Questions & Answers Technology Software Testing Question Answers In Test First Design what step you will follow to add new functionality into the project?

    In Test First Design what step you will follow to add new functionality into the project?

  • When we have to add new functionality our project, we perform the following steps:

    - Quickly add a developer test: we need to create a test that ensures that new added functionality will not crash our project.

    - Run your tests. Execute that test, to ensure that new add functionality does not crash our application.

    - Update your production code. In this we update our code with few more functionality so that the code passes the new test. Like adding of error message in field where field can take only numeric data.

    - Run your test suite again. If test fails, we have to do change in the code and perform retesting of the application.