Evaluating Exit criteria and Reporting: Based on the risk assessment of the project, we will set the criteria for each test level against which we will measure “enough testing.” These criteria vary from project to project and are known as “exit criteria.”Exit criteria come into the picture, when:Maximum test cases with a certain pass percentage… Continue reading Fundamental test process – Evaluating Exit criteria and Reporting
Category: Test case documentation – QA
Test case documents
Significance Of Functional Testing
Functional Testing
It is a type of software testing which is used to verify the functionality of the software application, whether the function is working according to the requirement specification. In functional testing, each function tested by giving the value, determining the output, and verifying the actual output with the expected value. Functional testing performed as black-box… Continue reading Functional Testing
Bugzilla
Bugzilla is an open-source Bug tracking tool. Many companies are using this open-source tool for managing the software development process. Bugzilla is a defect/bug tracking tool. Defect tracking systems allow developers and testers to track all the outstanding defects. Bugzilla can be linked to other testing tools like JIRA, QC or ALM, etc.Bugzilla is developed… Continue reading Bugzilla
TestLink
Test-link is most widely used web based open source test management tool. It synchronizes both requirements specification and test specification together. User can create test project and document test cases using this tool. With Test-Link you can create an account for multiple users and assign different user roles. Admin user can manage test cases assignment… Continue reading TestLink
Usability Testing
Usability Testing also known as User Experience (UX) Testing, is a testing method for measuring how easy and user-friendly a software application is. A small set of target end-users, use software application to expose usability defects. Usability testing mainly focuses on user’s ease of using application, flexibility of application to handle controls and ability of application… Continue reading Usability Testing
Testcase documentation of sale badge
Test case documentation of approved quote items in cart
Test case for 404 page
TEST ID TEST CASES EXPECTED RESULT ACTUAL RESULT STATUS CDUS-1949_001 Check whether the 404 page is visible or not The 404 page should be visible The 404 page is be visible PASS CDUS-1949_002 Check whether the error or alert text is visible in webpage Error or alert text should be visible in webpage Error or… Continue reading Test case for 404 page
Fundamental test process – Implementation and Execution
Implementation and Execution:During test implementation and execution, we take the test conditions into test cases and procedures and other testware such as scripts for automation, the test environment and any other test infrastructure. (Test cases is a set of conditions under which a tester will determine whether an application is working correctly or not.) Test… Continue reading Fundamental test process – Implementation and Execution