In this post, I will describe test design document and test policy document. I will also discuss about Standards to be followed in Test Analysis and Design, Standard to be followed in Test case specifications (Test Case document) and why Standard is not followed in software testing documentation. What is Test Design? Test Design is a document which will be … [Read more...]
Structure Declaration, Console Input Output Functions In C
In this post, I will discuss about Important Points for Declaring a Structure, How Structure Elements are Stored, Array of Structures, Types of Input / Output, Console Input-Output Functions, Formatted Console Input / Output Functions, Format Specification, Optional Format Specifiers, and Escape Sequences in C language. Important Points for Declaring a Structure: Below … [Read more...]
What Is Software Testing Life Cycle And Phases In STLC
Software testing life cycle comprises of many testing related activities that will be carried out prior to development, during development and post development. Software testing life cycle helps in identifying what all test activities to be carried out and when to accomplish the testing activities. At every stage of development there will be a testing activity. There will not … [Read more...]