I m a motivated person, I like challenges and I am very organized
I'm well motivated, well-organized, good team player,dedicative to work and I've got a strong desire to succeed, and I'm always ready and willing to learn new information and skills.
Difference between black & white box testing
Answer posted by radhika on 2005-05-23 18:10:57: black box testing: testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team. white (glass) box testing: testing input/output with full knowledge and/or regard of the internal code. Commonly...
Black box testing does not required knowledge about programming language.. also it does not required skill of development
White box testing must required knowledge about programming and programming development..
Black Box Testing: Testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team.
White (Glass) Box Testing: Testing input/output with full knowledge and/or regard of the internal code. Commonly designed/executed by Developers.
What is the functional difference between wave trAP, lighning arrestor, surge absorber.
The function of Wave trap is to trap the communication signals of higher frequency sent from remote substation and diverting them to teleprotection panel in the control room substation. The function ...
Why type of testings are available for visualstudio 2010 ?
Some types of testing available are:
1.ordered testing
2.unit testing
3.manual testing
4.load testing
5.coded UI testing.
How do you estimate staff requirements?
We estimate staff requirements based on client requirements, size of project, number of modules etc.
Registry is a database used by Microsoft Windows to store configuration information about the software installed on a computer. The Windows registry consists of the following six parts: HKEY_User - c...
Write a test cases for triangle types ?
Some test cases can be:
Sum of angles should be equal to 180 degrees.
It should be a closed figure.
The figure should be made up of 3 straight lines such that 2 straight lines are drawn from a single vertex.
How will you test the font of any style ?
Eg: verdana, arial etc
The Font Control Panel allows you to configure font settings, organize fonts and preview font styles. Preview function is used to test fonts of any style.
What isAPI testing?
API testing is used for the system which has collection of API that needs to be tested. The system could be system software, application software or libraries.In API testing,we need to setup initial e...
What is the exact difference between QTP and rft ?
QTP has only one platform to develop scripts only in VBScript where as RFT has two platforms - Visual Studio and Eclipse to develop scripts in VB and Java respectively. In QTP the documentation avail...
What is difference b/w application and dll
Even though DLLs and applications are both executable program modules, they differ in several ways. To the end user, the most obvious difference is that DLLs are not programs that can be directly exec...
Explain the differences between white-box, gray-box, and black-box testing.
Hello Ramakrishna, I agree with savitha shetty, that grey box testing is the combination of of both white box and black box testing and database testing is the example of grey box testing. How can t...
Hi savitha shetty .... I Agree for whatever you said about white box and black box testing, but I do not agree for gray box testing because gray box testing is not a combination of white, black box te...
What is mutation testing & when can it be done?
Hi, Suppose we unit test a code and it passes. Then can we say that the code is bug free because we didnt found any? Mutation testing is done to test our test we conducted before for the same code. ...
mutation testing is done to see the performance of the Test Cases, in order to check test cases, application code will be changed and on execution those code changes should be pointed out, if the chan...
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
Hi The development team fixes the defect raised by the Tester. The the status for that defect will be closed . But the tester need to test it again to confirm that the defect has bee fixed and their i...
Defect retesting is important, because it is closed from the dev team. but somebody has to approve it that it is really been fixed. On the other hand it is very important to do the regression of it, because it might have created some side effects. :)
Why complete testing is not possible? Be specific and write the constraints for which complete testing in not possible?
You have been asked to attend a meeting with all of the company's product stakeholders to provide your test management expertise. During this meeting, the project manager (pm) indicates that there is no need to establish exit criteria for the project. You believe the exit criteria is necessary and...
Both entry and exit criteria must always be established and if the PM is of the opinion that exit criteria need not be established this is a risk factor. Additional risk within a project gets prople listening.
What methodologies have you used to develop test cases?
The testing of software has its own life cycle. It starts with study and analyzing the requirements. Here is the software testing life cycle: 1. Requirement Study and gathering 2. Test Planning or a...
Hi,
What is equivelance class and boundary value methods/...
Can u explain in detail
What is the testing lifecycle and explain each of its phases?
Mathan answer is for SDLC not for STLC.
In the whole development process, testing consumes highest amount of time. But most of the developers oversee that and testing phase is generally neglected. As a consequence, erroneous software is rel...
What is iso 9003? Why is it important
ISO 9003 is for Organizations that Assure Quality through
Final inspection and testing.
ISO 9003 is now obsolete. It has been replaced by ISO
9001:2000
A set of one or more computer program, a source code that aims to test unit of program, its a sort of white box testing techniques implemented by developer for an early defect detecting and also to facilitate integration
Unit Testing is the testing the application when the application is in the development stage where the developers concentrate on developing the application as small unit programs, later all these unit...