We already seen many test cases belong to different domains however here I am going to describe some of sample test case for banking application on testingnotes, so that you can refer in your projects. Sample test case for banking application before test case we can see some basic domain knowledge about banking, which traditional…
Tags: Manual Testing
Notes on exploratory software testing
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 827
Warning: count(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 834
The article brings you to increase your passion about notes on exploratory software testing. This is my second session on exploratory testing.
Exploratory software testing
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 827
Warning: count(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 834
The article brings you to increase your passion about exploratory software testing. This is my first session on exploratory testing.
Practical examples of priority and severity in software testing
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 827
Warning: count(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 834
This article helps you to increase your knowledge on priority and severities. Also I have shared all practical examples of priority and severity in software testing.
Defect severity levels in software testing
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 827
Warning: count(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 834
The article about Defect severity levels in software testing, which assigns to created new defect report. This article very informative and useful to beginners who’s going to start their career in the software testing.
Practically how to create defect report in TFS
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 827
Warning: count(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 834
The article about practically how to create defect report in TFS, and it is very useful to beginners who’s going to start using team foundation server in their organizations. This is real industry knowledge, I am going to share with you.
What are the parameters of defect report in software testing
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 827
Warning: count(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 834
The article helps you to know as what are the parameters of defect report in software testing, also purpose of this article to share my practical industry experiences with all of you.
Difference between smoke and sanity testing
Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 827
Warning: count(): Parameter must be an array or an object that implements Countable in /home/happybi1/testingnotes.com/wp-content/plugins/ad-injection/ad-injection.php on line 834
As you read thoroughly all testing types, now this article is about Sanity Testing and Smoke Testing which are the important testing after application build received. Also the I have mentioned some of difference between Sanity and Smoke testing.
Black box testing methods
Methods of Validations: White Box Testing: Based on knowledge of the internal logic of an application’s code. Tests are based on coverage of code statements, branches, paths, conditions. Black Box Testing: Not based on any knowledge of internal design or code. Tests are based on requirements and functionality.
Differences between verification and validation
Verification is the confirmation that the product meets identified specifications. Checks for uncovered requirements. Validation is the confirmation that the product approximately meets its design functions (User requirements). Checks or executes functionality.