Skip to main content

Testing in Sessions..

When all of us were studying at school or college (and even now) we have periods of 45 minutes or 60 minutes in length. Have you ever thought why this is limited to 60 minutes or 45 minutes? The answer is simple students will loose concentration after 45 minutes. Testers are like students and they will loose concentration after a certain amount of time. When you are testing an application make sure that you take a break after 45 minutes and then come back with a fresh mind to resume testing. When you are writing test cases ensure that the test cases does not contain too many steps. If your test case is lengthy it may take hours or days to execute. I have seen testers writing test cases with 400 or 500 steps which may take more than a day to execute.
The tester may start the execution of the test cases may be with Build 1 and by the time he reaches 50% of the execution you may have Build 2 from the development. You may be forced to start the test case execution from Step 1 again if the feature or requirements under test underwent a change in Build 2. It will be a good practice to limit the number of steps in your test case to 20 or 25 steps so that you can complete the test case execution in less than an hour's time. It may be not be possible to limit the number of steps in test cases for example when you are testing a complete end to end flow of an application. So try to execute test cases or perform adhoc testing in sessions of shorter duration and find as many defects as possible.

Comments

Popular posts from this blog

EDI Testing: Importance and Best Practices

EDI Testing Solutions for Secure Data Exchange   Electronic Data Interchange (EDI) has revolutionized the way businesses exchange data. It has made communication between trading partners faster, more secure, and more reliable. However, as with any technology, there is a need to ensure that the data being exchanged is of high quality and meets the […] The post EDI Testing: Importance and Best Practices first appeared on Master Software Testing & Test Automation. http://dlvr.it/T0jxhQ

Online Voice Changer Software

 Voice cloning represents a cutting-edge technological advancement where artificial intelligence algorithms are used to replicate a person's voice with striking accuracy. This technology functions by analyzing a sample of the target voice and then utilizing machine learning techniques to mimic its tone, pitch, and inflections. The result is a synthetic voice that closely resembles the original, often indistinguishable to the human ear. While the potential applications of voice cloning are vast, ranging from personalized virtual assistants to post-production in film and media, it also raises significant ethical and security concerns. Issues such as consent, identity theft, and the misuse of cloned voices for deceptive purposes are at the forefront of discussions among technologists and ethicists. As online voice changer technology becomes more advanced and accessible, it is imperative that legal and ethical frameworks evolve in tandem to address these challenges, ensuring its respo...