Topics
Popular Authors
Author Information
crestech
Member since 09th May 2008

rss html
Displaying 1 to 4 (of 4 articles)
Software testing is not an easy task, a software tester should requires at least complete knowledge of software testing tools, logical and analytical ability along with quality approach to the software testing processes. A talented tester requires few mor...
Testing without knowledge of the internal workings of the item being tested. For example, when black box testing is applied to software engineering, the tester would only know the "legal" inputs and what the expected outputs should be, but not how the pro...
White Box testing is done with the code perspective. The emphasis is to ensure that each line of the code is executed atleast once. Unit Testing: Testing performed to isolate and expose faults and failures as soon as the source code is available, rega...
Software testing is one of the inevitable processes in software development life cycle. For software testing process there are few sets of test are defined: making test plan, test cases design, defect documentation or bug logging and status report file. ...