Use Case Modeling
This tutorial will provide a basic understanding of the elements in a use case modeling. There are many benefits of use case model. We can use Use case modeling tools
Software Testing
This tutorial will provide a basic understanding of the elements in a use case modeling. There are many benefits of use case model. We can use Use case modeling tools
Overview In this article, we will discuss the Software Test Plan document. A Test Plan is a formal document that describes: Scope, objectives, and approach to testing Features to be tested and features not to be tested. Any assumptions while testing the application Test entry and exit criteria Testing Approach. Dependencies and Risks Defect management […]
Sample Bug Report In this post, we will discuss the anatomy of a good bug report. First of all, a software bug is an error, flaw, failure, or fault in a program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways. Most bugs arise from mistakes and […]
In this post, we will understand SOAP, WSDL and UDDI. Its important to know about these concepts before testing SOAP based webservices. What is SOAP? SOAP an XML-based protocol designed to provide the necessary infrastructure and definition to support XML based Remote Procedure Calls(RPC’s). It provides an envelope for encapsulating a message. Also, this envelope […]
In this post, we will look at some basic software testing interview questions frequently asked in testing interviews to Freshers and Beginners. What is Software Testing? Software testing is a process of validating & verifying that application, meets its requirements and is working as expected. It is a process of uncovering bugs in the software […]
In this post, we will look at some basic web testing questions. This post is useful for testing beginners and freshers. What is HTML? HTML is a standard markup language for the World Wide Web.HTML stands for HyperText Markup Language. It is a markup language for web pages.HTML document is used by Web browsers to […]