Thursday, May 8, 2014

After building software sometimes software doesn't work as expected shows bugs , errors. Why is that software system doesn't work as expected ? There may several possibilities of thes


  1. Someone used software incorrectly 
  2. Someone makes error or mistake in software
  3. Someone add invalid inputs in software
  4. Incorrect development 
  5. Issues in development 
  6. Testing missed bugs.. 
There may be many more reasons why the software is not working as expected. It's depend on situation in which error or bug occurs. 

Do our mistakes matter to software? will they hamper ?

 Will discuss about effects of defect now. Its true that any in software development life cycle every entity human being like Business Analyst, Customer, Technical Architect, Programmers and Testers included, can make an error. These errors may produce defects in the software code or system, or in a document. If a defect in code is executed then the system may experience a failure. So the mistakes everyone in life cycle matter partly. It's severity depend on bug.

Our mistakes are also important because software systems and projects are complicated. Many interim and final products are built during a project, and people will almost certainly make mistakes and errors in all the activities of the build. Some of these are found and removed by the authors of the work, but it is difficult for people to find their own mistakes while building a product. And if bug occur in production then it may impact whole business.(Depend on severity).  

Tuesday, May 6, 2014

Test case is set of conditions, steps , variables using which tester need to test application or software in step by step manner to find out , verify , validate software is as per requirements and detect defects. 
There may be many set of test cases to fulfill requirements .Main characteristics of a test case is that there is a known input  and an expected output (Expected Result ), which is worked out before the test. The known input should test a pre-condition and the expected output should test a post-condition ( Actual Result).

Popular Posts