This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tuesday, 8 January 2013

Testing Stages or Phases (Unit Testing)

2) Unit Testing: When the Design Documents are base-lined, corresponding Programmers can start Coding by writing Programs.The same programmers can test these Programs to validate completeness and correctness.This process is called Unit Testing.This Unit Testing is also called as program testing / code testing / white box testing / glass box testing / open box testing / clear box testing.In Unit Testing, Programmers  can follow...

Testing Stages or Phases (Documents Testing)

From Fish, V and Agile Models of development process testing will get multiple stages.1) Document Testing:It is the first stage in Software Development Process, Requirements Gathering will be done by Business Analyst ( BA ).Here, BA prepares a Document based on Customer Requirements called BRS / CRS / URS.                BRS : Business Requirement Specifications.           ...

Monday, 7 January 2013

Old and new SDLC models

Old SDLC (Software Development Life Cycle) Models:a) Waterfall model or Linear sequential modelb)Prototype modelc) Incremental modeld)Spiral modele) Rapid application development (RAD) model Before learning the waterfall model let you know about:Software bidding:A proposal to develop a new software is called as 'software bidding'If a proposal came from the customer point of view then it is called as "software project bidding".If a...

Company Architecture of HP-QC

Introduction of HP-Quality Center:QC stands for "Quality Center".This tool old name is "Test-Director".HP-QC is a complete test management tool.Working as a website in company Network.This leading web-based QC system helps QA teams to implement a quality management process and build a foundation for best practices on an enterprise-wide level.Quality Center(QC) is designed to cover all the quality activities including requirements , test management,...

Saturday, 5 January 2013

Introduction To Software Testing

Software Testing'Software testing' is both a discipline and a process. Though software testing is part of the software development process, it should not be considered part of software development. It is a separate discipline from software development.Software testing is an iterative process of both verification and validating functionality, and, even more important, attempting to break the software. The iterative process of software testing consists of:Designing testsExecuting testsIdentifying problemsGetting problems fixedThe objective of software...

Introduction of SQL for software Testers

Note:This introduction of SQL is completely for only Software Testers Working with SUT (software under testing) Database:In general, test automators are using MS-excel files for testdata reading and test results storing MS-excel files can allow cells formatting and charts preparation for the agile based project testing.But, some test automators can use corresponding SUT database for data reading and data storing or data writing.So, test...