Software testing Outline

1. the software life cycle an introduction to the fundamental elements of the software life cycle, and several life cycle models that are commonly in use. also, how testing is integrated into the life cycle. a. life cycle models b. types of testing and where they fit in i. unit testing ii. regression testing iii. integration testing iv. system testing read the rest of this entry .. .. ..

Pages: 1 2 3 4

Created By : babafakruddin

what is Defect Report or Modification Report?

what is mr? mr is a modification request also known as defect report, a request to modify the program so that program does what it is supposed to do. why you write mr? mr is written for reporting problems/errors or suggestions in the software. what information does mr contain? or describe me to the basic elements you put in a defect report? read the rest of this entry .. .. ..

Created By : babafakruddin

what is a Test Plan and explain

what’s a ‘test plan’? what did you include in a test plan? a software project test plan is a document that describes the objectives, scope, approach, and focus of a software testing effort. the process of preparing a test plan is a useful way to think through the efforts needed to validate the acceptability of a software product. the completed document will help people outside .. .. ..

Created By : babafakruddin

Basics of Software Testing

what is white box testing/unit testing? unit testing – the most ‘micro’ scale of testing; to test particular functions or code modules. typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. not always easily done unless the application has a well-designed architecture with tight code; may require .. .. ..

Created By : babafakruddin

Software Testing FAQ

urs—user requirement specification srs– system requirement specification explain the software development lifecycle. there are seven stages of the software development lifecycle • initiate the project – the users identify their business requirements. • define the project – the software development team translates the business requirements into system specifications and put .. .. ..

Pages: 1 2 3

Created By : babafakruddin

Installing PHPEclipse in Ubuntu

after successfully installing xampp in ubuntu , next step is choosing the php editor for linux ; the good php editors i know are eclipse and blue fish editor blue fish editor can be avail from the package manager. read the rest of this entry .. .. ..

Created By : adrevol

Installing XAMPP in Ubuntu

as i just started my journey with linux environment, few of my friends suggested me to go for ubuntu distribution, once after successfully installing os into  my system, as a php developer i need apache + mysql + php , as i am a big fan for apache friends i downloaded the xampp for linux to my desktop. after downloading i was not sure how i can install it. i googled it for some time and i found .. .. ..

Created By : adrevol

IE background color is not working

if you are facing problem with ie background color for ex: in css you have declared the background-color property but it is working fine in ff or mozilla  but not in ie in that case here is the simple work out which can solve your problem of not working background-color in ie solution : <!doctype html public “-//w3c//dtd xhtml 1.0 transitional//en” .. .. ..

Created By : adrevol

PHP Interview Questions and Answers Part -6

php interview questions and answers part-6 how many ways i can redirect a php page? here are the possible ways of php page redirection. 1. using java script: ‘; echo ‘window.location.href=”‘.$filename.’”;’; echo ”; echo ”; echo ”; echo ”; } } redirect(‘http://maosjb.com’); ?> 2. using php function: .. .. ..

Pages: 1 2

Created By : adrevol