Sanity testing is done to verify that a functionality of the system still works as expected after a change has been made. This usually occurs after many regression tests and after a small or minor change in a particular module/functionality. This test is only performed by testers.
Author Archives: cryong
What is end-to-end testing?
End-to-end testing involves testing an application flow from start to end. In other words, it is trying to test a typical user scenario and validate that the system under test are behaving as expected.
What is system integration testing?
System integration testing focuses on testing the communications and interactions between systems.
What is system testing?
System testing involves the testing of the entire application as per the requirements. Its purpose is to validate that the system is complete and will work as expected.
How to write a test condition and test case
Here are few steps in creating test conditions and test cases: Try to know or understand more about the particular functionality of the software/system by various means. This can be done by reading up on the specifications document and/or user guide, talking to subject matter experts or even playing around with the system. Once youContinue reading “How to write a test condition and test case”
Week 1 – 1
What is SDLC? Software Development Lifecycle describes the types of activities that are performed in different phases/stages of a software development project. There are six phases: Planning – This is where project goals and high level project plans are established. Feasibility Analysis are often carried out along with risk analysis to identify any potential projectContinue reading “Week 1 – 1”