What do we do if we cannot execute all the test cases
A company devleops websites for its clients. The testing team tests each build of the software once development releases it. Once testers complete the testing, they also work on coding the next build. All testers and developers report to project manager. what type of independency is achieved above? 1....
Input and output combinations that will be treated the same way by the system can be tested using which techique? 1. Boundary value 2. Equivalance partition 3. Decision table 4. State transition
Requirement traceability matrix
When do we prepare rtm (requirement traceability matrix), is it before test case designing or after test case designing?
It is very important from the testing prospective. Where we map the requirements with test cases. By preparing the RTM we can ensure that we have covered all required functionalities of the appln in our testing
It is prepaed to cross varify test cases and test script with user requirment .
Test Bed is an mandatory environment setup for the application to be tested.
Hi
Test bed is the blocks which is used to make the test environment for the execution of the test.
It includes H/W, S/W,configuration of the product under test , operating system or any other additional things that may establish to environment for the test execution.
What do you do if a defect is affecting two separate test cases
What do you do if a defect is affecting two separate test cases indirectly not directly. Do you assign the defect to both test cases and fail both or just assign it to one ??
Assign to first test case, say it as blocker defect and mention priority according to application
If a defect is indirectly affecting two cases... in QC the defect can be linked to both the test cases and those cases may be marked "Blocked by defect"...
How to set up the environment for manual testing ?
According to the production server, the software development company as to make the testing server. i.e hardware( make and configuration) should be similar, the software(OS, web server, application se...
Based on the user requirements like the hardware, OS, system conditions etc. set the environment so that it works similar to production environment
What is the role of a test manager in buying a test tool?
Understand the requirements before selecting a tool. Check whether the tool is suitable to the environment. Check the features, advantages and disadvantages of tool if any before selecting. Evaluat...
Check if all individuals button are proper by manually typing and verifying them on the screen (checking functionality of buttons).
Check the order is correct when typing
What is the relationship between quality & testing?
Testing is the process of finding quality attributes. Software quality attribute that "Testing" can gauge are systems functionality, Reliability and system performance.
Quality of a Software is composed of "required user functionality, reliability, performance etc".
hi!quality is meeting the customers requirements fully at first and every time.
Testing is the way to achive quality by giving error free product
What is difference between validation and verification
VERIFICATION: It is process oriented. whether the product is built right. It is done each phase from starting itself VALIDATION: It is product oriented. ...
Verification is basically done when it is a written document/code/etc i.e. that is checking whether we have done it in the right way/ are we building product right. Validation is done basically when ...
Hi everyone , i would like to know in detail how to test a smart card application for micropayment system which is to be used for transport purpose . i am in urgent need plz suggest me . thanks in advance .
What is the role of closure phase in software development life cycle?
In detail
Once we have executed all the test cases and all the defects are fixed and the software application has crossed UAT then comes the test closure phase where the documents prepared at each phase in SDLC...
In the test closure phase of a test process data is collected from completed activities to consolidate experience, testware, facts and numbers. The test closure phase consists of finalizing and archiv...
What is progress report in testing?
How progress report is written and useful in testing? thank in advance
It is document that gives the status of the project how many test cases that have been tested along with the date and the remaining test cases that are yet to be tested will be mentioned in the report.
It is a report which consists of planned testcases vs actual test to be done. It might be any format i.e table/chart.
It is document that describes the mapping or tracing of the requirements with test cases and some time with the test data to check the test coverage and also to cross verify that we are not missing any of the test cases for that particular requirement.
It is the document that maps User requirement with the test cases to check whether the functionality coverage is achieved or not.
Which testing method is used to check the software in abnormal condition?
Which testing method is used to check the software in abnormal condition?1) stress testing2) security testing3) recovery testing4) beta testing
Recovery testing...it recovers all crashes and make it in normal state
Recovery testing
What is the role of a test manager in buying a test tool?
a. Prepares test strategy
b. Manages the project overall by getting reports from test leads
c. Manages SQA activities
d. Maintains Issue and Risk Register
e. Participates in audit
f. Single point of contact for clients
The role of the software test manager or test lead is to effectively lead the testing team. To fulfill this role, the lead must understand the discipline of testing and how to effectively implement a ...
What is the diff between sit & ist?
SIT stands for System Integration Testing, it is a process of testing the source code developed and fixes some variance before proceeding to the next testing phase. IST stands for Interconnect Stress...
What is the advantage of manual testing over automation testing?
Hi, I agree with your points but automation can not be performed for every language,by reading this statement I am little disagree.Because I personally tested a website for 10 different languages by ...
The main advantage of mannual testing over automation is that in mannual testing u need not to maintain the scipts in automation testin it becomes difficult to maintain the record scripts.
A
Grey Box Testing is the Answer to the Question. Grey box testing is a software testing technique that uses a combination of black box testing and white box testing. Gray box testing is not a complete ...