Which of this is not true for test harness?
1. Should report test results 2. Should run many test scripts 3. Should collect test verdicts 4. Should verify test cases.
Which of the following would you do?
If you are in the beginning of the project where your role is test the product, you observe that you do not have sufficient details in the requirement specification to start your test design work. which of the following would you do. 1. Once the initial build is available, explore and learn the details...
3. Attempt to understand system. expectations and context and ask for questions wherever details are missing
White box testing and black box testing
What is difference b/w black box and white box testing?
Black box -Testing, either functional or non-functional, without reference to the internal structure of the component system
White Box - Testing based on an analysis if the internal structure of the component or system.
Or on a precise note, as the name suggests :
White Box tests the internal structure of the system where as blackbox doesnt know what the internal implementation of the system is but just tests the end-to-end functionality.
Im game testing like fb games, now I want to upgrade my testing ability by doing web testing, can someone provide an example of: login like yahoo mail. or much detailed test case for web application. and how to provide a test script?Does it need a application first(e.G. QTP,selenium)? Or it can be...
What is mitigation plan?To overcome the risk management we use the mitigation plan.
To Overcome the risks, mitigation plans are created.
Once risks are identified, plans are created to prevent them from happening and/or minimizing their impact should they occur. These are called mitigation plans.EXAMPLERisk: Techn...
In a interview I attended, I was asked this qs: how does testing differ, if a contractor onsite develops the software and outsources it for testing ,and if a contractor within develops a software and gives it for testing?
Test matrics is a mechanism to know the effectiveness of testing process. Its a feedback mechanism to improve the testing process. In test matrics we collect the following parameters, 1. Defect age 2....
Release Notes Containing the Out put of Check list which has been given at start of testing. process.
Functional testing and integration testing
Can someone describe functional testing and integration testing?
Deliverables from the each of sdlc in v model
Could you please explain what are the deliverables from each phase to phase of v model? And what is the relation between validation phases against to the verification phases?
V model has the following phases and deliverables at each stage User requirements--- Requirement spec document System requirements--- Test basis document Global Design--- Test Design Docu...
What is meant by scope in testing
Scope of testing includes the process to determine all those features or functionality as one may say that will be considered for Testing during a particular level of testing in a particular release. ...
Test Items, Features to be tested, and Features not to be tested.
Test Items- What to be test?, where to test?, where it will applicable?
Features to be Test - What's need to be Test?
Features not to be Tested - What's need not to be Test?
What is end to end testing and how is it done?
End-to-End testing is the testing that we carry right from the Requirement analysis phase to User Acceptance phase. Thus End to end testing comprises of Static as well as dynamic testing techniques. O...
End-to-end testing is the process of testing transactions or business level products as they pass right through the computer systems. Thus this generally ensures that all aspects of the business are s...
Why testing is necessary?What is the importance of testing in it industry?
testing is necessary, because software is likely to have faults, to learn about the reliability of the software before its being used by the customers.
The software testing is as important as the development. You will not able to maintain the product quality untill unless you have applied proper testing and quality measures.If you go through the soft...
If tomorrow is release date,and you are in execution phase but today client sent some 20-25 big cr-client request changes.Let me know how to handle this situation shall we continue with test execution or go with crs
There is phase called code lock, few days before the production launch your code will be freezed and there will be no changes in the code till it goes to production and client will also be aware of th...
I recently got a defect assigned to me in mqc 9.0. I select the option "sent by e-mail to assigned to" option. I got an pop up saying mail sent successfully. is there any way u can see/track the mail that you have sent through mqc 9.0? please help it is urgent.
What is the difference between error, defect,fault, failure and mistake
Error (mistake) A human action that produces an incorrect result. Defect (bug, fault) A flaw in a component or system that can cause the component or system to fail to perform its required function, e...
Error:it is at the developers end when an application fails to run.
Defect:Same problem when occurs at the testers end,it is named as Defect.
Failure:Same problem occurs at the end users application.
What is operational acceptance testing? Explain with example?
Operation Acceptance Testing is a type of testing that is conducted by infrastructure resources like your web sphere resources along with IIS resources and DBA support. OAT ensures that the system wi...
Operational Acceptance testing is also called Production acceptance testing. Here we test that the application(or system) fulfill all the requirements so that it is fit for further operation.In oth...
On what issues will a user have conflict with a developer?
Answered by: kurtz182
View all questions by kurtz182 View all answers by kurtz182
Member Since Nov-2009 | Answered On : Nov 10th, 2009
Conflicts with developers arise from the lack of patience and empathy; when a tester and developer forget that they are ultimately striving to reach the same goal.
Conflicts generally arise through lack of misunderstanding due to miscommunication. In my organization, this typically occurs when a developer closes a defect stating that it can't be reproduced. If this situation is not handled carefully, it can lead to conflict.
Conflict initiators are:
1) Tester did not provide a clear and/or accurate description of the defect. For example, the tester may report the error name or text and the developer might be looking for an error number.
2) Tester did not provide a thorough description of the defect. For example, tester may not mention that the defect was found in a particular test environment and the developer assumed it was caused in a different one.
3) Developer misinterprets the defect even though it was authored accurately, clearly and thoroughly. Devs aren't perfect. Under time constraints to reach milestones, they sometimes overlook key points in defect reports and end up closing bugs that should get fixed.
Conflict negators are:
1) Establish a standard defect reporting process and get Test and Development to fully understand and adopt it.
2) Empathy: Understand that everyone is under pressure to meet deadlines and we are all on the same team to reach a common goal.
3) Patience: Understand that nobody's perfect.
Tester - developer conflict occur when developer say "could not see the reported bug". This could happen when Testers test environment differ from developrs or when the bug is not reproducible, occuri...
The issues have a lot to do with approach and personality. Conflict happens not because you are a tester and he or she is a developer. Conflict happens because of bad communication. Communicatio...
A newly made mobile phone is given for you to test at first. While you switch-on the mobile it would freeze. As a tester, what the necessary steps you will take?
If you are having mobile with dual SIM check whether the both SIMs are working properly are not. Check the option that to save the charge we can disable any one of the SIM properly or not if it not working send the issue to development team.
Verify whether all devicws are properly placed in mobile phone.1) Batteryis present2)Battery is fully charged3)SIM is present to accessif all the devices are OK then swithc off the mobile start it aga...
BVA, ECP, Decision table testing, State transition and Usecase testing techniques
Bug Tracking Interview Questions
Testing Common Interview Questions
DataBase Testing Interview Questions
Testing Discussion Interview Questions
Functional Testing Interview Questions
Load Testing Interview Questions
Network Testing Interview Questions
Product Testing Interview Questions
QA Testing Interview Questions
Quality Control Interview Questions
Security Testing Interview Questions
Software Testing Interview Questions
Test Automation Interview Questions
Test Cases Interview Questions
Testing Basics Interview Questions
Testing General Interview Questions
Testing Scenarios Interview Questions
Web Testing Interview Questions
Whitebox Testing Interview Questions
Wireless Testing Interview Questions
Option 4. Should verify test cases.
Reason:
Test harness is a collective term given to test tools, test script and sample input and output data.