What are the challenges when software components are being brought together from different business units and must be integrated and tested?
In a text tabular file, how would you check that the second column contains only even numbers?
Latest Answer: This can be achieved by using any one of the following scripting language likeJava scriptVB ScriptPerletc.A generalized algorithm can be,-Open file-Set the delimeter as tab-Take the second column using the delimeter-Check the value ...
What are precautions to be observed while replacing legacy system with updated environment?
Latest Answer: While changing from OLD sys to new one, we need to perform some testings:Parallel testing: Both the sys are run parallel and results of both of them are matched, if the results are same and appropriate of the old and new system, old is taken over by new. ...
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
Latest Answer: It is important to retest a defect after it has been reported closed from the development. It is testers responcibility to regress the defect, also tester has to test around the functionality for any new defects occured due to the closure of the ...
"Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads
Latest Answer: a) Reviews are the best way to uncover defects early in SDLC, though it is costly. Project Manager failing to justify the review that needs to be scheduled allows the
defects to get migrated.b) Finding the defect as early phase of the SDLC, which ...
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
Latest Answer: Bug Rate or Bug Value are not be Constant. Its depend full and fully on the overall quality basis. If the Quality is bad the bug rate is more. If the Quality is good and high, the bug rate is very low. The Bug Values is not calculated according to the ...
It's commonly known that software testing is an important part of software development process. Lot of team members could be involved in the testing process and team members could be spread across
Latest Answer: There are many commercial and open source tools (both client server based and web based) are available @ market.For e.g. Bugzilla, a web based bug tracking tool when we deploy @ at one app server , can serve across geographical locations.Company's ...
Name 3 things in a development process that effect quality, and briefly describe each.
Latest Answer: Hi, There are several things which effects a quality product in the development phase. Three important points are :1. Time2. Budget3. Human resourcesIf the time line given to develop the product is not enough, then it will definitely lead to a wrong, ...
What ISAPI testing?
Define and explain any three aspects of code review?
Latest Answer: Code review is systematic examination (often as peer review) of computer source code intended to find and fix mistakes overlooked in the initial development phase, improving both the overall quality of software and the developers' skills. Code reviews ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top