What is the expected result for each of the following test cases?
What is the expected result for each of the following test cases? rule1 rule2 rule3 rule4 conditions ---------- citibank card member yes yes no no type of room silver platinum silver platinum actions ------- offer upgrade to gold luxury yes no no no offer upgrade...
Testing steps - from which phase the testing should be started ?
As well as is there having any GLobal standard testing phase which should be sequential. Like unit testing - module testing ....So on.
How do you plan for verification in your project?
The plan for verification of a project can include steps like
1.Develop verification plan.
2.Trace between specifications and test cases.
3.Develop Verification Procedures.
4.Perform verification.
5.Document verification results.
What do you mean inscope and outscope
We can define scope by defining deliverable, functionality and data and a;so by defining technical structure. In-scope are things the project generates internally e.g. Project Charter, Business Requir...
What is baseline testing? Is it same for web and other type of testing?
Baseline testing are testing standards to be used at the starting point of comparison within the organization.It is a test which is taken before any activity or treatment have occurred. Requirement specification validation is a baseline testing.
Why do we need software requirement in developing software ?
it is the guideline, identifies the workload for developers and the baselines for tester.
What is the difference between bug and defect?
Error: Error is a mistake in code
Defect: Due to error in code test engineers are getting mismatches in the application build are defect
Bug: Defects are assigned to developer to be solved
Failure: Not meeting the reliability of the product
Bug: any mistake which can impact the expected functionality of system
Defect: When bug is identified by tester then it becomes defect
How to create test case for a function currently under development?
How to test a function while application under development. Kindly any one answer with this to brusankar@gmail.Com. regards, bru
You can refer to requirement document such as "Business Requirement Specification" document, "Technical Specification" Document, User Story, Use Case document to get the inputs for test case. You furt...
As known to me, you cant test a piece which is under development. Only when the developer completes the implementation and done with the unit testing, it should be delivered to the test team. If at al...
What r the 5 different ways of opening the notepad
Start -> Programs -> Accessories -> Notepad Start -> Run -> type "NotePad" Start -> Search -> For Files or Folders -> enter "Notepad" to search -> select "Notepad" (Type as Application) Right click on...
press right click and select new program> notepad
Is agile better for new developments or changes to existing?
Agile methodology has the advantage of accepting the changes at every time in the project till the release time. In this methodology the advantages are : 1. Small releases are made time to time after...
Agile = quick
If you have frequent requirement updates and its possible to have a release within weeks agile is good.
It promotes adaptive planning, evolutionary development and delivery, a time-boxed iterative approach, and encourages rapid and flexible response to change
What is release notes? What needs to be verified in release nodes?
Hi Release Note is the communication bridge provided to the user or client about the enhancements made on the features to the newer version of the product. It is written by the technical people or a...
Release notes document not just limited to client. QA team, BA, PM (internal stakeholders) must know to help with their testing. BA shouldn't be conducting any tests, but given that time = money, man...
What is entry and exit criteria in software testing? Explain with example.
Entry Criteria:-
1 test cases prepared and reviewed
2 test environment established
3 S/w build received from developer
Exit Criteria:-
1 All test cases Executed
2 All major defects was fixed
3 Time was Exceeded
Entry and exit criteria are the set of conditions that should be met in order to commence and close a particular project phase or stage. Each of the SDLC (Software Development Life Cycle) phase or sta...
Write a defect report for this arithmetic issue. The program is supposed to add numbers properly and this is what you see:1+1=21+2=31+3=42+2=32+3=52+4=63+3=5write a clear and concise description of the problem.
Answered by: ramesh7584
Member Since Mar-2007 | Answered On : Jan 13th, 2010
1+1=2
1+2=3
1+3=4
2+2=3
2+3=5
2+4=6
3+3=5
Interviewer I think you are wrong because you have mentioned when X=Y then it is adding like: X+Y-1. But in case of 1+1=2 it is not adding like X+Y-1, rather it is adding as X+Y. So, ans should be : Except 1+1=2 in all other case it is adding like X+Y-1.
We should also specify where x and y not equals to 1
When will you stop testing by ensuring all test cases covered for application?
As A tester one can not say that testing ends here as the requirements of customers are changing continuously but we can say that testing ends when all the requirements are full fill and bugs are resolved .
When we satisfies all the requirement of the customer and when business flow is working fine then we stop testing even though product might ve some bug but those bugs are not going to effect the busin...
Common interview questions for full time position
Hello guys,i need help. I would like to get your advises on these below questions.In all my interviews every one are asking this question1. "why you are looking for full time position?"can some one sujjest me the best answer that I can tell in my interview2. What are the different ways to estimate the...
I'm not sure if contracting/consulting is a common practice in India these days. When I was still working in India, many of the MNCs (Infy,Satyam,TCS, Wipro etc) came up with a rule to hire 90% full t...
Q1: Why you are looking for full time position?1) I enjoy working in the industry. I believe your company is the best in class and I want to contribute toward its continued success.2) I have researche...
Answered by: srinivasulub1981
Member Since Dec-2005 | Answered On : May 28th, 2009
HI
There is no tool to calculate the estimates, it can be give depends on exp only or else by doing some metrics we can do it.
And Microsoft Project Plan is not for calculating the time, it's just for scheduling the tasks once estimations were given.
CNU
one word - NO!
Best and common practice is to look at past data from similar projects and bump up the time by 25-30%.
Project Management Tool doesn't calculate the ratio, you will be deriving the ratio based on the inputs you provide. There are scenarios where in you require more time for testing than development (c...
1.which testing we can't do in client server and can do in web based application? Answer: Simple yet most important fact - cross- browser testing. Typically, the client side tool sits physically on yo...
HI1.which testing we can't do in client server and can do in web based application?A: load testing, stress, scalability, volume, security testing, etc2. what is the good answer for authentic...
Which of these is the most important one to fix first, and why? a. The word "blackberry" is misspelled on the startup screen of the application.B. The application always rejects a user's first attempt to launch the application; subsequent attempts are successful.C. The application crashes and brings...
Answered by: vk1978
Member Since Feb-2009 | Answered On : Mar 25th, 2009
Priority will be given based on stage of life cycle,
1) Assume that application is middle stage (I mean to say build is 3rd one and still few more to come) and you are testing the application to accept it (Smoke/sanity Testing) for further testing I would like to give the preference as B, A, C Why I am giving last preference to C is when I am giving uncommon string then the application is getting crash, but as of now we have alternative and that is positive value, so with positive value we can work with the application Next why A is given second preference “black berry” Its company Name, not a simple title of application
And lastly why I am giving first preference to BI am not able to launch the application in first attempt then it is a major issue, while accepting the build (smoke/sanity testing) if you are not able to launch then definitely we will reject the build.
2) Assume application is completed and ready for use, then also I will give B, A, C Let me tell you in general way, Suppose you are a customer and interested to purchase Blackberry mobile and if it is not launching in first attempt, do you purchase that piece, no one will purchase, and coming second one company Label, Company goodwill is linked to it, and with this mistakes goodwill will be degraded so second preference, and coming to last one we have an alternative and that is we can give positive values with which that particular functionality will work Please correct me if I am wrong.
I agree with everyone who said 2nd bug must be fixed. If left unfixed, it is not only bound to annoy end users, it will first annoy QA, client, BA etc. who all try to access the application. A brand...
Bugs has been fixed based upon their Severity and Priority.
Severity can be classified as 1. Critical 2.Functional and 3.Cosmetic
Priority can be 1.High 2.Medium and 3.Low
If the bug is Sev1P1 then it should get fixed immediately. ex: System crash bugs are with Sev1 and priority1.
Why do we need metrics in software testing?
Adder you seem you have confused metrics with "matrix". You have given an answer for "why traceability matrix is necessary?" The question was : Why do we need METRICS (not matrix) in software testing...
To make ensure that every requirement got atleast one test case, in turn it gives confident that we have touched every corner of the requirements(SRS).
What is the difference between retesting and regressive testing?
There is no such term called "regressive" testing. I think you meant "regression" testing. Please you correct terminology. To the people who reply to questions: You are all doing a good job, but do ...
Regression testing : to check if an issue fixed, has brought any changes or new issues in other areas, that were working properly prior to this fix
Retesting : to check if an issue is fixed or not
d
I think answer is D. Please correct if i wrong