GeekInterview.com
Answered Questions

State based testing

Asked By: swapnilpatil | Asked On: Feb 20th, 2009

What is state based testing?

Answered by: mathan_vel on: Sep 10th, 2009

This type of testing is conducted in Shipping domain. In U.S different states have different Tax policies. For shipping a product to each state differs the Tax amount, it varies up on state. For Texas, it is 15% more(approx). This kind to test is called State Based Testing.

Answered by: G.D.S.Prasad on: Mar 8th, 2009

It is a test design technique in which test cases are designed to execute valid state transactions.

Calculate effort estimation

Asked By: Ramramasamy | Asked On: Feb 12th, 2009

How will you calculate the effort estimation for a project?

Answered by: kurtz182 on: Dec 16th, 2009

The two primary elements in test estimation are time and resources. Your estimation needs to take both into account. There are many questions you need to answer in order to do test estimation. Th...

Answered by: G.D.S.Prasad on: Mar 9th, 2009

For Testing Projects we use TCP (Test Case Point) Analysis and FTP (Function Test Point) Analysis. Test Case Points (TCP) – Test Case Point deals with the estimation of the effort needed for t...

Incomplete requirement

Asked By: ck123 | Asked On: Feb 2nd, 2009

What would you do if the requirement is incomplete?

Answered by: kurtz182 on: Dec 4th, 2009

If I ran across an incomplete requirement during my requirements review, I would1) inform the Business Analyst (person in the organization responsible for preparing requirements) and set up a time to ...

Answered by: kurtz182 on: Dec 3rd, 2009

When requirements are incomplete or unclear, it is a tester's responsiblility to address this issue with business analyst, project manager, developers, or other stakeholders responsible for making changes and ensure that the gap is filled before test execution begins. 

Testing execution without test cases

Asked By: sree4testing | Asked On: Nov 18th, 2008

Based on test scenarios is it possible to test execution without having test cases? Explain

Answered by: kurtz182 on: Dec 5th, 2009

Test execution without test cases is called 'Exploratory Testing' and 'Ad-hoc Testing'.  'Exploratory Testing' is described as a simultaneous learning, test design, and te...

Answered by: mathan_vel on: Aug 31st, 2009

Yes, We can. This kind of testing is called ADHOC Testing. But there is no assurance in Full Test Coverage.

Effort varience in qa

Asked By: sriramt77 | Asked On: Oct 10th, 2008

What is effort varience in qa

Answered by: kurtz182 on: Dec 16th, 2009

Effort variance (EV) calculates variance of actual effort versus planned effort.  The formula for effort variance is:Effort variance = [(Actual effort - Planned Effort)/Planned effort] * 100The e...

Answered by: mathan_vel on: Aug 12th, 2009

This metric gives the variation of actual effort vs. the estimated effort. This is calculated for each project Stage wise Formula EV = [(Actual person hours – Estimated person hours) / Est...

Types of reviews

Asked By: Sontineni | Asked On: Sep 26th, 2008

What are the different types of reviews and explain?

Answered by: DAVID EZEKIEL on: May 6th, 2012

Types of Review:

there are five which are as follows.

1.Self study review
2. Context review
3. Historical review
4. Theoretical review
5. Integrate review

Answered by: K.P.GOPAL on: Sep 29th, 2011

Types of review
Formal and Informal.
They may be Technical or Managerial
Technical review may be Inspection and Walk-through

Defect migration

Asked By: conlocnho18 | Asked On: Sep 20th, 2008

"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 to design errors, which leads to coding errors, which lead to failures when we test against user expectations.A....

Answered by: kurtz182 on: Dec 4th, 2009

The term "defect migration" represents the concept that errors introduced in early phases of projects are perpetuated in later phases of projects and as these errors migrate to later phases,...

Answered by: mathan_vel on: May 26th, 2009

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...

How do you test when no time

Asked By: brinda1311 | Asked On: Jul 11th, 2008

There is a new build and you have not much time lEFT behind to test(manual test), what will you do? (apart from prioritizing functionalities..... Risk analysis, what other answers are valid approaches to this interview question?

Answered by: Madhu on: Aug 24th, 2012

Avoiding redundancy in testing...some of the similar kinds of tests can be combined into one test scenario and handled.

Answered by: mithr17 on: Nov 21st, 2011

Best ways to test during time crunch:

- Adhoc testing. FSD, BRD etc are available so life is easier.
- Scenario-based testing. Pick positive, common and negative scenarios and test UI, component functionality, etc while QA proceeds through a scenario.

Quality assurance

Asked By: Ginette | Asked On: Jul 8th, 2008

What is the difference between quality assurance, quality control and audit function.

Answered by: kvaibhav1 on: Jul 15th, 2010

Quality Assurance is an activity that evaluates the procedures in setting up a process. For example, quality assurance activities in a Customer Service environment would be:Defining policies and proce...

Answered by: sanjeevirani on: May 14th, 2010

Quality assuarance refers to systematic techniques applied to satisfy the requirements of the  product.

What are all the different metrics that can be captured in software testing?

Asked By: yoga.nithy | Asked On: Jun 17th, 2008

Apart from schedule variance and effort variance what metrics can be captured in software testing?

Answered by: kurtz182 on: Dec 25th, 2009

Some key metrics for software testing:DEFECT METRICS1) Test progress tracking metrics: Track the the cumulative test cases or test points that are planned, attempted, and successful over the test exec...

Answered by: G.D.S.Prasad on: Mar 3rd, 2009

Metrics which we'll use in Testing are
1. Shedule Variance
2. Effort Variance
3. Defect Density
4. Productivity

What are the possible test cases for account transaction

Asked By: ranjan.engineer | Asked On: Jun 6th, 2008

What are the possible test cases for account transaction module in banking project

Answered by: kurtz182 on: Dec 23rd, 2009

Since the medium was not specified, I am assuming this is an account transaction in an ATM.user interface   + screens have proper format and text   + buttons correspond to proper i...

Answered by: saravanan123 on: Aug 10th, 2009

Test cases for account transaction through net1.Check whether the user name and password are correct 2.Check whether the user name and password are correct it moves to your personal account by pressin...

What is the difference between static testing and dynamic testing

Asked By: lakshmiyaganti | Asked On: May 22nd, 2008

Please can any one explain what is static testing and dynamic testing

Answered by: G.D.S.Prasad on: Mar 4th, 2009

1. Dynamic testing involves the execution of the code where as static testing involves manual examination of documents, code etc.2. Dynamic testing finds fewer bugs than static testing.3. Static testi...

Answered by: ramabgr on: Jun 23rd, 2008

static testing-unconventional testing
 dynamic testing-conventional testing

Planning and scheduling

Asked By: shyamsks1975 | Asked On: May 5th, 2008

How would we plan our testing? Give some practical approach while allocating jobs to the team members. What technique is used to calculate time to be allocated to the testers for smooth running of testing?

Answered by: mathan_vel on: May 26th, 2009

Once the Project is Kicked-Off.In Testing Phase, Test Manager & Test Lead prepared the Test Plan according to the Project Risks. In Test Plan clearly mentioned, "What to do?, Whn to do? &...

Answered by: G.D.S.Prasad on: Feb 28th, 2009

Sheduling is done by estimation the effort rquired for the below activities.
1. Requirement Analysis
2. Test Strategy/Plan preparation
3. Environmental setup
4. Test Design
5. Test Execution
6. Result Analysis And  Sign off

Quality assurance

Asked By: sumita.bali | Asked On: Apr 18th, 2008

Quality assurance gives "quality of product" or "quality of process"?

Answered by: ashishks on: Sep 9th, 2009

Quality assurence gives "quality of the processes" to produce a quality product. It is oriented towards prevention.

It says that "What should we do, that bug never happen?"

Answered by: G.D.S.Prasad on: Mar 10th, 2009

Quality of Process

Bsd

Asked By: chandru.rr | Asked On: Apr 10th, 2008

What is baseline document? Please list that.

Answered by: kurtz182 on: Dec 22nd, 2009

A baseline document is a formal document that has undergone a review and approval process and serves as the accepted standard.  Once a document is baselined, it cannot be changed until revisions are formally reviewed and approved. 

Answered by: G.D.S.Prasad on: Feb 28th, 2009

A  starting point or condition againest which future changes are measured. A baseline normally represents a milestone or key deliverable of a project. Documents are baselined after every release.

Next step after executing test cases

Asked By: vsjprasath | Asked On: Feb 16th, 2008

After executing the test cases what is the next step for the tester?

Answered by: G.D.S.Prasad on: Mar 8th, 2009

In execution phae we execute the test cases and report the defects through bug tracking tool. And we'll make sure that all the defects are fixed by retesting the fixes given by dev team. At the end of the execution phase we'll give the sign off.

Answered by: srikanth99r on: Feb 17th, 2008

After doing execution what ever you find the bugs, you need to raise and you need to resolve those bugs through bug tool.

If anything wrong please correct me.

Changing requirements

Asked By: Sandeep Koul | Asked On: Feb 12th, 2008

How will you test support based sites where in the requirements of the clients keeps changing on daily basis?

Answered by: kurtz182 on: Dec 8th, 2009

I respectfully disagree with anyone who states this situation "doesn't effect test strategy."  In fact, it would cause me to revise our test strategy.  The only way these circu...

Answered by: vk1978 on: Feb 22nd, 2009

I worked with a product testing team where every member of the team are responsible for 1 or 2 products, I as assigned one product, in that product testing client requested changes in which few are in...

Testers and quality control

Asked By: nishaarun | Asked On: Feb 12th, 2008

Does testing come under quality control or quality analysis?

Answered by: kurtz182 on: Dec 8th, 2009

The purpose of a test effort is to discover and report defects and is therefore a quality control activity.  In contrast, an effort to prevent defects is a quality assurance activity.

Answered by: sbkpati on: Nov 13th, 2009

As my friend said, Suppose examination is conducting in a class room Students are writing the exam, then invigilator role is just observing the students whether they are following the rules and regula...

Statement and branch coverage

Asked By: vidhya.sadasivam | Asked On: Jan 29th, 2008

Hi all,pls let me know the statement coverage and branch coverage for the below code.Read p read q if p+q > 100 then print “large” endif if p > 50 then print “p large” endif regards,vidhya

Answered by: tapandubey4u on: May 26th, 2010

1 test for statement coverage,
2 for branch coverage

Tapan Dubey

Answered by: sibithomas1811 on: Dec 25th, 2008

Statement Coverage:                            Percentage of stat...

Walkthrough & review

Asked By: roshni.gawandi | Asked On: Dec 26th, 2007

Why are walkthroughs & review important while implementing a process?

Answered by: G.D.S.Prasad on: Feb 28th, 2009

Walk throughs and Reviews will uncover the defects at the early stages of testing. Thus reducing the project cost.

Answered by: swathi.y on: Aug 1st, 2008

Walkthrough is informal meeting, it is specially ment for cheking the code and Review is reverification of document.

What is the difference between quality assurance and quality control?

Asked By: ranu agrawal | Asked On: Dec 22nd, 2007

Answered by: bheemrao on: Sep 21st, 2011

Quality Control is for Process quality &

Quality Assurance is for Product quality.

Answered by: Aparnasomishetty on: Dec 23rd, 2009

Quality Assurance is defect prevention method and where as Quality Control is defect detection and correction method.

How do computer aided software testing tools support test management?

Asked By: kannalu45 | Asked On: Dec 20th, 2007

Answered by: G.D.S.Prasad on: Mar 4th, 2009

CAST (Computer Aided Software Testing) Tools are designed to assist the Testing process. They are used in various stages of SDLC. CAST Tools support Test Management To 1. Manage the testing proc...

What are the three key skills a tester should possess ?

Asked By: kannalu45 | Asked On: Dec 20th, 2007

Answered by: kurtz182 on: Jan 1st, 2010

1) Keen observation skills
2) Excellent communication skills (both written and verbal)
3) Ability to apply knowledge and experience to novel situations

Answered by: rahulskin on: Sep 10th, 2009

1) Attitude to learn new things.
2) View.
3) Good written and verbal communication.

Testing estimations: what are the approaches for giving testing estimations

Asked By: jinny | Asked On: Dec 7th, 2007

Hican any body tell me how a test engineer gives testing estimations of efforts and time?

Answered by: G.D.S.Prasad on: Feb 28th, 2009

Functional Point Analysis and Test Case Point Analysis are used to give the estimation.

Answered by: jaskiratsingh on: Jan 24th, 2008

There are different approaches but below mentioned two are widely used.1. Unit Complexity2. Function Point AnalysisUnit Complexity: The requirements are granularized into use cases and then each use c...

What is cyclometric number? Where it is used?

Asked By: sivaarul S | Asked On: Oct 28th, 2007

Answered by: G.D.S.Prasad on: Mar 3rd, 2009

Cyclomatic complexity is software metric that provides a quantitative measure of the logical complexity of a program. Cyclomatic complexity has a foundation in graph theory and provides us with ex...

Answered by: parsu on: May 13th, 2008

Basically its a white box testing technique for generating test cases. The cyclometric complexity indicates the level of the logical complexity of the program. It indicates the number of independent p...

After a bug is found at the clients place, sent to the development team for fixing it and then given to the testing team, what is that type of testing called?

Asked By: Shilpa | Asked On: Oct 4th, 2007

Answered by: vk1978 on: Mar 16th, 2009

While accepting the build, if a bug is found then I can say this type of testing is called as User Acceptance testing(UAT), but what if the user acceptance testing (beta) is over and ofter 1 or 2 mont...

Answered by: mathan_vel on: Mar 14th, 2009

If the bug was found by a Tester at Client Place means, the above is said to be as User Acceptance testing(UAT).

If the bug was found by the Client means it is called Defect.

What is criteria for suspension of testing?

Asked By: uma | Asked On: Sep 11th, 2007

Answered by: imnothegeek_lav on: Mar 3rd, 2009

Suspension can be from either side --> testing team or developing team.1. A failure in application/system that has occurred, without fixing it, further testing cannot be done (like a server crash due ...

Answered by: G.D.S.Prasad on: Feb 28th, 2009

Testing can be suspended if any of the following condition occur.1. Critical failures of the software preventing testing from continuing until the fault(s) are fixed.2. An unacceptable level of Priori...

What is cyclo metric number?

Asked By: Murali | Asked On: Jul 25th, 2007

Answered by: G.D.S.Prasad on: Mar 3rd, 2009

Cyclo metric complexity (Number) is software metric that provides quantitative measure of the logical complexity of a program. Cyclomatic complexity has a foundation in graph theory and provides u...

Answered by: yesjey on: Nov 30th, 2007

Cyclomatic complexity is probably the most widely used complexity metric in software engineering.How to calculate cyclomatic complexity?CC = Number of decisions + 1Thus, cyclomatic complexity equals t...

What are the steps you follow while reviewing test cases.

Asked By: srinu | Asked On: Jul 15th, 2007

Answered by: mathan_vel on: Apr 18th, 2009

1. Checks that all the functionality is covered according to SRS or CR Document.2. Checks that the Test case is not repeated.3. Checks that the Test Data is defined correct4. Checks that the versions ...

Answered by: imnothegeek_lav on: Mar 3rd, 2009

While reviewing, one should check the following in the test cases written:

1. functionality should be covered as in specification document.

2. Change request document has been considered along with specification document.

3. The standards like business standard, IEEE standards , etc have been met.

Examples of unresolved and closed bugs and who is responsible for the completeness / correctness of document

Asked By: bhakare.neelima | Asked On: Jun 29th, 2007

Answered by: srinivasulub1981 on: Nov 28th, 2009

HI

 Fixing is altimately responcible of dev team only, as a tester we need to follow up...

Closing is responcible of tester..


CNU

Answered by: kurtz182 on: Nov 14th, 2009

When developers fix an issue, the tester will test the functionality to ensure it is fixed.  If the issue is fixed, the tester will place the bug report in 'Closed' status and offer a bri...

How to generate test estimates and risk analysis?

Asked By: Rocky77 | Asked On: May 28th, 2007

Answered by: rickwdrexler on: Mar 2nd, 2009

You should start tracking the actual time for testing preparation (analysis, test cases, checklists, documentation review, etc) and the actual time for test execution. Once you have a baseline derived...

Answered by: G.D.S.Prasad on: Mar 2nd, 2009

We'll use Function Point Analysis, Test Case point Analysis to generate Test Estimates.

What is the difference between peer review and peer to peer review

Asked By: anshuman | Asked On: May 24th, 2007

Answered by: prakhash32 on: Aug 1st, 2010

Let's say there are two testers are working in a team.ABthen Peer Review is B reviewing A's deliverables(Test Plan, Test Cases., etc.) and B's deliverables are not reviewed by anyone or B ...

Answered by: srinivasulub1981 on: Nov 30th, 2009

HI

ss both are same.....


CNU

What points you take into consideration while verifying the test cases written by your subordinate?

Asked By: Shalu_london | Asked On: Apr 10th, 2007

Answered by: G.D.S.Prasad on: Mar 8th, 2009

1. Check wether all the functionalities are covered correctly in the test cases.
2. Check wether possible negative test cases are covered are not.
3. Check wether all the possible test conditions are covered.... etc

Answered by: amresh08 on: Jun 18th, 2008

Very important is to check weather all the testcases are covered as per SRS.

What type of test you going to conduct when you got the build from development team?What is your approach?

Asked By: Vishwanath | Asked On: Apr 5th, 2007

Answered by: srinivasulub1981 on: Nov 26th, 2009

HI

  We can go for smoke testing to test whether the build is in a acceptable mode or not, and if i found any of the issues then will sent to dev team..

 If received the build again with fixes, then we will do the sanity testing..


CNU

Answered by: hitesh_shah19 on: Jul 17th, 2009

We conduct Smoke Testing first.

Design doc importance

Asked By: mary_oommen | Asked On: Mar 26th, 2007

What is a design doc and what is the importance of having design docs while testing?

Answered by: G.D.S.Prasad on: Mar 8th, 2009

Design documents plays a vital role in testing.
1. For better under standing the requirements
2. To write high level scenarios
3. To write test cases... etc

What is defect prevention? What are the ways for defect prevention?

Asked By: mary_oommen | Asked On: Mar 26th, 2007

Answered by: G.D.S.Prasad on: Mar 8th, 2009

Defect prevention is one of the important activities of Software development process.DP is used to identify the possible causes of defects and actions need to be taken to eliminate the causes.DP ...

Answered by: amresh08 on: Jun 16th, 2008

Defect Prevention is mainly for make a product as defect free. Which required follow certain rule, regulation and policy (as per CMM ), which fall under QA activities so that it help to improve process and finaly product.
Root cause analysis is the best way for defect preventation.

What is walk through, inspection and peer review

Asked By: prabu.se | Asked On: Mar 22nd, 2007

Answered by: srinivasulub1981 on: Nov 26th, 2009

Hi  Walk Through:  It's a informal meeting to verify the process, ie verifying the docs like plans, deliverables, etc Inspection:Inspection is a formal meeting to verify the process...

Answered by: adityy on: Sep 4th, 2009

To the point and short explanation: Peer Review: -First review -Informal review -Buddy checks -No pre review preparations -Team includes: 1 programmer + reviewer (1-2 programmers OR tester) ...

Describe how the structural/basis testing applies the given control flow graph of a program for test case design

Asked By: northwest | Asked On: Mar 9th, 2007

Answered by: kurtz182 on: Nov 16th, 2009

Structural testing is another name for white box testing, and control flow graphs (CFGs) provide a graphic view of the code in order to capture the various ways in which a program can execute.&nb...

Answered by: G.D.S.Prasad on: Mar 9th, 2009

Structural test techniques are those that use the implementation or structure of the built software to derive test cases. Examples of structural test techniques are statement testing, branch testing, linear code sequence and jump (LCSAJ) testing.

What are the relations and differences between testing and debugging?

Asked By: northwest | Asked On: Mar 9th, 2007

Answered by: kurtz182 on: Nov 16th, 2009

Debugging is the methodical process of exercising and examining the behavior of predetermined portions of a computer program's sourcecode in order to isolate and repair defects.  This&nb...

Answered by: vk1978 on: Mar 4th, 2009

Testing : is done by testers, and they will test the application with an intention of breaking it Debugging : is done by Developers, in order to make sure that the code they had written was same as it...

What is conventional testing and unconventional testing.

Asked By: gattu_raviraj | Asked On: Feb 26th, 2007

Answered by: Vanitha on: Sep 14th, 2011

Conventional Testing is a sort of testing in which the test engineers will check the developed application or it's related parts are working according to the requirements or not from the coding Phase ...

Answered by: vk1978 on: Mar 25th, 2009

conventional testing begins in Testing phase but where as unconventional testing begins from Initial phase

Q. Which of the following testing techniques is not user oriented 1. Black box 2. White box 3. Functional 4. Integration

Asked By: Rujul | Asked On: Feb 25th, 2007

Answered by: kurtz182 on: Dec 8th, 2009

It depends on the integration testing you are referring to.  Nevertheless, white box testing is the most obvious answer.  Therefore, I select:

2. White Box

Answered by: srinivasulub1981 on: Nov 30th, 2009

No doubt..   White box testing only

CNU

What is blackout phase in software development lifecycle model?

Asked By: ammu1 | Asked On: Feb 15th, 2007

Answered by: kurtz182 on: Dec 25th, 2009

The maintenance phase is considered to be the blackout phase.  Maintenance is the last stage of the software development life cycle. After the product has been released, the maintenance phase kee...

Answered by: G.D.S.Prasad on: Mar 3rd, 2009

Maintenance phase for a project and UAT for a product can be called as Blackout or Quite Phase in SDLC.

Is the dynamic testing a functional testing?

Asked By: nimmi | Asked On: Feb 14th, 2007

Answered by: kurtz182 on: Nov 17th, 2009

Dynamic testing refers to the testing of the dynamic behavior of code.  It examines the system's response to variables that are not constant and change with time.  In order to perfo...

Answered by: G.D.S.Prasad on: Apr 17th, 2008

Dynamic testing includes both functional and non-functional testing (Load/Stress/Performance testing). Dynamic testing include unit, Integration, system and acceptance testing.

In the static testing, what all can be tested?

Asked By: nimmi | Asked On: Feb 14th, 2007

Answered by: srinivasulub1981 on: Nov 26th, 2009

HI

The activities done under Verification are comes under Static testing...

-> Inspections
-> Audits
-> Walk througs
-> Reviews

CNU

Answered by: G.D.S.Prasad on: Mar 9th, 2009

Requirements, Designs, Code, Test Plan

After completing testing, what would you deliver to the client?

Asked By: nimmi | Asked On: Feb 14th, 2007

Answered by: srinivasulub1981 on: Nov 27th, 2009

Hi

We will delivered below docs.

-> Test  Plan
-> Test Cases
-> Test Results
-> Test Reports
-> Aproved SRS Doc

CNU

Answered by: G.D.S.Prasad on: Apr 17th, 2008

The standard deliverables after completing testing:

Test Trace-ability Matrix, Test Plan, Testing Strategy, Test Cases, Test Scenarios, Test Scripts, Test Data, Test Results, Test Summary Report, Release Notes, Tested Build.

What is the difference between peer review and one to one review?

Asked By: manjujestin | Asked On: Jan 23rd, 2007

Answered by: G.D.S.Prasad on: Mar 9th, 2009

Both are same. It is an informal review. One on one with peers, no agenda or preparation time. The reviews may not be planned, or metrics may not be captured to measure review effectiveness. They are typically used to confirm understanding, test ideas, brainstorm, etc.

Answered by: ajarworld on: Sep 11th, 2007

Peer review is a formal review process having Manager,Moderator,Reader,Recorder whereas One to one is informal type

What is black phase in sdlc

Asked By: shivatestking | Asked On: Jan 21st, 2007

Answered by: G.D.S.Prasad on: Mar 4th, 2009

Maintanence Phase is called Blackout phase in SDLC.

What is end to end testing

Asked By: cindrela | Asked On: Jan 2nd, 2007

Answered by: kurtz182 on: Dec 9th, 2009

End-to-end testing exercises the system from a 'macro' perspective.  It involves testing the application environment in conditions that mimic real-world use such as in...

Answered by: mathan_vel on: May 26th, 2009

End to End Testing is a type of Testing which is Scenario based Testing. The Scenarios should cover all the functionalities from Start to End. ex) Login to the Process end (Logout).

What are the main columns in test case?

Asked By: Pavanpv | Asked On: Dec 21st, 2006

Answered by: kurtz182 on: Dec 9th, 2009

Main columns for a test case are (varies between industry, company and/or project):1) Test case id2) Priority3) Severity4) Requirement id5) Tester name6) Created date7) Last updated8) Reviewed date9) ...

Answered by: rahulskin on: Sep 25th, 2009

For the test case following are the important columns.The following will be the header part for the test case document.   - Screen/Function name   - Screen/Function ID   ...

What are test closure documents?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: kurtz182 on: Dec 15th, 2009

In my company, a Test Closure Document contains a checklist of all of the items that must be met in order to close a test project as well as a list of activities that must be performed after the ...

Answered by: G.D.S.Prasad on: Mar 2nd, 2009

Sign Off Report. In which we'll attach Test Cases, Issue Report etc.

What kind of document you need for going for an functional testing?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: kurtz182 on: Dec 21st, 2009

A test team can utilize a variety of documents depending on industry, company and/or project.  In general, the following documents can be used to faciliate functional testing:1) Systems...

Answered by: engineer_mittal on: May 23rd, 2008

For Shruthi:  BRD- Bussiness Requirement Documnet                     FRS- Functional Requireme...

Is the static testing a functional testing?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: kurtz182 on: Dec 19th, 2009

Static testing is a form of software testing that takes place before the software is compiled and run.  In dynamic testing the software must be compiled and run.  Static testing ge...

Answered by: kalyan M.. on: Mar 1st, 2007

Static Testing is a form of software testing where the software isn't actually used. Syntax checking and manually reading the code to find errors are methods of static testing. This type of testin...

In the static testing, what all can be tested?Can test condition, test case & test script help you in performing the static testing?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: rmolabanti on: Sep 2nd, 2010

Static testing means testing the things with our excecuting the software.Testing the things by excecuting hte software is dynamic testing.Static testing includes reviewing/verifying of any kind of doc...

Answered by: mathan_vel on: Sep 1st, 2010

Static Testing is perform by developers on Code (Reviews, Inspection, Walkthrough) before delivered it to the Test team for functional Testing.

Yes, Test Condition, Test Cases, Test Scripts can help perform Static Testing.

Can the static testing be done for both web & client server application?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: Sujatars on: Jan 8th, 2007

Yes We can do static testing since it is only verification testing

Answered by: jainbrijesh on: Jan 2nd, 2007

Yes.Because it is just verification, a type of review.

How do you determine what is to be tested?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: kurtz182 on: Dec 4th, 2009

You determine what is to be tested by studying and understanding the software's business requirements and its specifications.  If you have work-flow diagrams and/or wireframes, then use these as well.  These documents define what is to be tested. 

Answered by: akbarali on: Oct 5th, 2007

We use SRS and BRS to decide what to be tested.

What is the difference between code walkthrough & code review?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,Code Walkthrough: A formal testing technique where source code is traced by a group with a small set of test cases, while the state of program variables is manually monitored, to analyze the progra...

What is tdlc?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

TDLC - Test Development Life Cycle.

What is rapid testing?

Asked By: jainbrijesh | Asked On: Dec 16th, 2006

Answered by: kurtz182 on: Dec 10th, 2009

Rapid Software Testing (RST) is a common-sense approach to testing software that focuses on understanding a skilled practioner's mindset rather than simply knowing testing terminology and techniqu...

Answered by: rajeevn on: Jun 16th, 2008

Rapid testing model is used in Rapid Application Development (RAD) Model. Where iterative approach for development is used. Product requirements are changing from subset to a superset.So the test appr...

What is pair testing?

Asked By: jainbrijesh | Asked On: Dec 16th, 2006

Answered by: kurtz182 on: Dec 9th, 2009

Pair testing is an approach that involves two persons responsible for testing the same functionality.  These two persons can be 1) two testers, 2) a tester and developer, or 3) a tester and ...

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,Pair testing is a way of approaching a test design process by having two people test the same thing at the same time and place, continuously exchanging ideas. Even without any special method or pro...

What is ccb?

Asked By: dhvani | Asked On: Dec 15th, 2006

Answered by: mathan_vel on: Sep 14th, 2009

Change Control Board (or Configuration Control Board), a committee that makes decisions regarding whether or not proposed changes to a software project should be implemented

Answered by: Prakash on: Feb 9th, 2007

CCB ~ Change Control Board. The main aim of this board is to maintain and keep a track of all the information about the builds/docs/versions/source code. Any changes/modifications which you w...

How many null values does a column accept if it is declared as a unique key?

Asked By: Vinod | Asked On: Dec 8th, 2006

Answered by: yuvaevergreen on: Jun 14th, 2011

In Teradata, only one.

Answered by: Pritesh Modi on: Jun 2nd, 2011

there is only one null values accepted by a column if you assign a column as unique key constraint.

thanking you
pritesh

Why is testing done? Why does qc perform testing? How if testing diff from internal review and peer level revew? When to stop testing?

Asked By: Milap Dogra | Asked On: Nov 22nd, 2006

Answered by: srilathareddy on: Feb 12th, 2007

testing is done inorder to provide quality to the product to satisfy customer requirements

Answered by: Sujatars on: Jan 9th, 2007

Testing is done to ensure that the s/w develooped is defect free & as per the requirements specified by te customer. QC is defined as the processes & methods used to compare product quali...

What is meant by distribution and version control mechanisms.? Give with examples?

Asked By: sridevi | Asked On: Nov 20th, 2006

Answered by: G.D.S.Prasad on: Dec 18th, 2006

Hi,Version Control: Revision control (also known as version control, source control is the management of multiple revisions of the same unit of information. VSS is version control tool provided by mic...

If a bug you have produced is not repetative each time, what you will do to convince the developer?

Asked By: lilu | Asked On: Nov 18th, 2006

Answered by: mathan_vel on: Apr 27th, 2009

Add Test Data to the First answer along with clearly mentioned steps, Screen shot, Page Url.

Answered by: Jagan Mohan Rao on: Sep 2nd, 2007

As per your question it seems that the defect is not reproducing at every time at testing environment itself. so in such a situation you have to do research on the application. i.e. two to three tea...

Suppose that you are running tests on the windows calculators and find that 1/1=2,2/2=1,3/3=10,4/4=1,5/5=26&6/6=1..Write a bug description that effectively describes this problem...Iits urgent

Asked By: kangerishyam | Asked On: Nov 14th, 2006

Answered by: iamtheone on: Jan 9th, 2011


(x/x) operation
where x = Positive odd integer
uses the formula ((x*x)+1) instead of integer division.
The (x/x) operation works fine for even numbers.

Answered by: sidharthaIBM on: Jul 16th, 2010

The output will be always one when a number is divided by itself.
It is giving correct output when the no is even i.e when the no is divisible by 2.
But when the no is odd it is squaring the no and increasing it by 1.Ex--3*3+1=10

What is the difference between checked and verified?

Asked By: avinash | Asked On: Nov 10th, 2006

Answered by: kurtz182 on: Dec 18th, 2009

There is a subtle but significant difference between the terms "check" and "verify".CHECK:  An critical observation... To examine something in order to determine something.&nb...

Answered by: saisivaraam on: Feb 9th, 2007

Vijjijjub's - For checking you have described about the verification. Here you are verifing the code is written as per the requirement, it may be stanard, check list or template.Where as in verificat...

Diff b/w metric and measurement?

Asked By: vijay.405 | Asked On: Nov 9th, 2006

Answered by: kurtz182 on: Dec 18th, 2009

A measurement is the act of comparing something to a standard in order to ascertain a particular characteristic about that thing.  A metric is the degree to which something possesses a particular...

Answered by: SureshBV on: Mar 5th, 2007

The simplified answer is…… Metric is two dimensional (Ex: Distance covered per hour)
Measurement is a single dimension (Ex: Distance covered)

Suresh

What is configuration management?What are those?

Asked By: mjamal | Asked On: Nov 9th, 2006

Answered by: G.D.S.Prasad on: Mar 8th, 2009

Configuration Management or CM is the management and control of the technical resources required to construct a software artifact. We require CM for 1. To ensure Integrity of requirements 2. We ...

Answered by: rajesh on: Nov 13th, 2006

the configuration management comes in the maintenance phase of the life cycle. once the s/w is released 2 the customer and client stats using it,the ma...

What is backend and frontend testing?

Asked By: kazi hossain | Asked On: Nov 7th, 2006

Answered by: kurtz182 on: Dec 18th, 2009

Front-end testing:  This is the customer-facing part of the system under test.  Here we test an application's GUI and functionality.  Back-end testing:  This is the part o...

Answered by: Roopa on: Feb 20th, 2007

FrontEnd Testing is something where in you test the GUI/functionality.GUI will take care of sending requests to the server and getting response from the same .Here we don' have accesss t...

What is test strategy...What is it relation with test plan and test design...

Asked By: syam | Asked On: Nov 6th, 2006

Answered by: kurtz182 on: Jan 3rd, 2010

A test strategy describes the general approach to testing in terms of people, tools, procedures and support.  It is used to gain feedback from key stakeholders as early as possible in t...

Answered by: subbu on: Dec 22nd, 2006

hai rajkumar........

im not agreeing with u r answer based on test strategy only we will prepare test plan....

What are the software testing deliverables by a software testing company to their client for their inhouse developed modules? Any specific format for white box manual testing?

Asked By: ramanna k n | Asked On: Nov 6th, 2006

Answered by: ramesh.natarajanm on: Jul 3rd, 2008

Hello,

Deliverables are;

1. Test Plan,
2. Test Case,
3. Test Case review doc,
4. Test Execution Report,
5. Defect Log Report,
6. Status Report (Weekly/Mly)

Ur's
Ram~

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,The Deliverables from the Test team would include the following: 1.      Test Strategy.2.      Test Plan.3.      Test...

What is golden bug?

Asked By: arubehera | Asked On: Nov 5th, 2006

Answered by: Sujatars on: Mar 13th, 2007

I agree Brijesh & Sunitha,After lot of search on Golden bug didn't get anything fruitful .Even I think Golden bug would be a show stopper bug ..a critical & high priority bug

Answered by: Sunitha on: Feb 6th, 2007

HI All, Even i have done so much of R&D on Golden Bug i didnt get any useful info. But i agree with jainbrijesh about his statement. we can say golden bug as most critical and show stopper defect which prevent the application to run without solving this defect.


Txs

Sunitha

What is the difference between web based application and client server application

Asked By: kumar k | Asked On: Nov 2nd, 2006

Answered by: Mrinalinic on: Feb 15th, 2007

Client Server testing is a three tier architecture and when testing has to be done on this we need to consider all types of testing like the stress testing , data - volume testing, load testing and pe...

Answered by: lakshmikannan on: Feb 12th, 2007

hai! in web based applications , we can't do performance testing.we can do only functionality testing.In client-server based applications, we can do performance testing.regards

What is bug leak?

Asked By: bhss | Asked On: Nov 2nd, 2006

Answered by: mithr17 on: Oct 31st, 2011

I agree, they are 2 different things. bug/defect leak is when something is caught by UAT testers or end users or client.

Answered by: naresh reddy on: Jan 18th, 2007

bug leak also called as bug slip,
after testing and releasing the application the end user raised the issue then it is called bug slip.this is given the p1.
more bug slip occur when we perform ad-hoc testing.

Regards
Naresh
vallabhareddy@gmail.com

What is cyclomatic complexity

Asked By: kalpana | Asked On: Oct 31st, 2006

Answered by: Sujatars on: Jan 9th, 2007

 Cyclomatic Complexity is number of decision statement plus one.Given any computer program, draw its control flow graph, G, where each node corresponds to ablock of sequential code and each edge ...

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,A measure of the logical complexity of an algorithm, used in white-box testing.Cyclomatic complexity, V (G), for a flow graph G is equal to The number of regions in the flow graph. V (G) = E - N + ...

What is the testing lifecycle and explain each of its phases?

Asked By: Padmini | Asked On: Oct 31st, 2006

Answered by: mithr17 on: Nov 2nd, 2011

May I suggest wikipedia. Invest your time wisely by reading Wikipedia for these kinds of general questions or search this site.

Answered by: mathan_vel on: Sep 25th, 2009

A sample testing cycle Although variations exist between organizations, there is a typical cycle for testing: Requirements Analysis: Testing should begin in the requirements phase of the softw...

What is angile testing?

Asked By: mailforhoneyonly | Asked On: Oct 30th, 2006

Answered by: G.D.S.Prasad on: Mar 2nd, 2009

Agile is a software developent methodology. In agile we deliver a project interms of small releases. The principles behind Agile are.1. Priority is to satisfy the customer through early and continuou...

Answered by: nirmmal on: Feb 11th, 2007

Testing practice for projects using agile methodologies, treating development as the customer of testing and emphasizing a test-first design paradigm.

What is mass testing?

Asked By: arubehera | Asked On: Oct 30th, 2006

Answered by: G.D.S.Prasad on: Dec 18th, 2006

Hi,

mass test is testing of same type of functions with same criteria. for example Add and delete and save operation will test all test case common to all forms.

Regards

Prasad

What is a test case identifier

Asked By: ram prasad | Asked On: Oct 29th, 2006

Answered by: akbarali on: Oct 5th, 2007

test case id - unique number or name for future reference.

Answered by: Sujatars on: Jan 9th, 2007

Test Case identifier is an unique identifier for the test case  so as to refer to particular test case in particular Module

What is peer to peer review?

Asked By: vijay.405 | Asked On: Oct 28th, 2006

Answered by: G.D.S.Prasad on: Mar 8th, 2009

It is type of Informal review - One on one with peers, no agenda or preparation time. Informal reviews do not have the rigor of a formal review. The reviews may not be planned, or metrics may not be c...

Answered by: gampatriveni on: Apr 4th, 2008

Reviews which are conducted by co-employees are called peer reviews.
But i dont know what is peer to peer review.

1) what is injuctiontesting

Asked By: kumar | Asked On: Oct 28th, 2006

Answered by: satya on: Sep 26th, 2007

Dear praras,

Here system means the application or the software or hardware?
plz let me know

ksatya

Answered by: G.D.S.Prasad on: Dec 5th, 2006

Testing a system by injecting faults and see how the system performs under faulty conditions.

What are test data generation tools? Have you ever used someone?Explain briefly.

Asked By: jainbrijesh | Asked On: Oct 28th, 2006

Answered by: rahulskin on: Sep 25th, 2009

Test Data Generation Tools generates the data for testing.  E.g. If you want to test the reports for the application is working properly, one can use the test data generation tool and generate the data and test the reports.
This will save the time.

You can search for Test Data Generation Tools.

Answered by: G.D.S.Prasad on: Mar 10th, 2009

Test Data Generation tools:

Enable selection of data from existing files or databases.

Allow the manipulation of the data for testing requirements.

Can deal with data from different sources.


Ex: File-Aid Suite of products from Compuware.



How is test estimation done?

Asked By: priya | Asked On: Oct 25th, 2006

Answered by: kurtz182 on: Nov 18th, 2009

No single answer covers all cases.  Nevertheless, here are some guidelines: 1) All testing estimations are company and project specific. 2) When developers, partners, testers give you a...

Answered by: G.D.S.Prasad on: Mar 10th, 2009

There are different analysis for test estimation like Function Test Point (FTP) analysis, Test Case point (TCP) analysis... etc Test Case Points (TCP) – Test Case Point deals with the estimation of...

Can anyone tell , how will u report bug to developer and wat is ur status wen reported?

Asked By: anand83 | Asked On: Oct 25th, 2006

Answered by: G.D.S.Prasad on: Mar 8th, 2009

When we find a defect, we log the defect in Defect tracking Tool. The status of the defect will be "new".

Answered by: jayalakshmi on: Nov 8th, 2006

Hi,

   When we find the defect we reproduce it and then we send to the T lead or test manager.That time the status of the bug is New. TL will report to the Developer. When they working on the bug the status is Open.

What is configuration management?

Asked By: jainbrijesh | Asked On: Oct 23rd, 2006

Answered by: Himabinduqa on: Jul 9th, 2008

Configuration management: is to validate wheather the applications built are supporting diff technology hardware devices or not
ex"diff tech printers
diff tech networks
diff tech networks ..etc

Answered by: sudhamani on: Feb 17th, 2007

hai...

Confiruration management covers the processes used to control,co-ordinate and track:code,requirements,documentation,problems,change requests,designs,tools/compilers/libraries/patches,changes made to them & who makes the changes.

thanks

sudha

What is the bug density?

Asked By: praveer | Asked On: Oct 19th, 2006

Answered by: G.D.S.Prasad on: Mar 10th, 2009

It is nothing but Defect Density.
Defect Density: Weighted defects per size

Answered by: Tester on: Feb 13th, 2007

No: of Bugs in KLOC(1000 Lines of Code)

What is usage of spiral model?

Asked By: subha | Asked On: Oct 14th, 2006

Answered by: srinivasracha on: Jan 19th, 2007

Spiral model is to find more number of defects  in the Software. this type of model is suitable to develop complex application. The development process is repeated in each deteration till the final product is released.

Srinivas racha

Answered by: Guest on: Jan 18th, 2007

Hi,

    Each spiral addresses one or more risks in development

    Move on only when risk is acceptable

    Main disadvantage is complication

    Main advantage is risk reduction

 

Thanks & Regards,

Satya.k

What is a golden bug ?

Asked By: Arabinda kumar Behera | Asked On: Oct 13th, 2006

Answered by: srinivasulub1981 on: May 7th, 2009

HI

Golden Bug: A bug which occured in all instances of application of high severity and high priority.

Ex: If an app having 3 pages, in each and every page doesnt have submit buttons then this can be considered as GOLDEN BUG.

Srinivas

Answered by: rupesh kumar on: Jun 28th, 2007

The bug finds in  build before release build to customer rmeans complete all types of testing , comes release time that time  to find bug that bug is golden bug, we go for final regression testing on high defect density module

Which testing methology are u used in ur projectand what differnet methologies do u know

Asked By: uma | Asked On: Oct 10th, 2006

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,

Different Testing Methodologies are

1. Boundary Value Analysis

2. Equivalance Class Partitioning

3. Cause and Effect Graphing

4. Decision Tables...etc

Regards

Prasad(G.D.S.Prasad@gmail.com)

Answered by: vvvssvijayaditya on: Oct 27th, 2006

Hi,Test Methodology is a refinement of test strategyin this we- first we aquire Test Strategy- determine the application type - determine project typei.e like traditional project,maintenance,iter...

What do you mean by dynamic testing?

Asked By: Raj | Asked On: Oct 10th, 2006

Answered by: kurtz182 on: Dec 31st, 2009

Dynamic testing refers to any testing that examines the dynamic behavior of a software program.  It is performed after the software is compiled and run.  By supplying input data, a test...

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

Dynamic Testing It is a type of conventional testing. Testing performed on an application when it has been executed.

     Ex: Functional Testing.

 

Regards

Prasad

What is vertical and horizental traceability?

Asked By: Sanjay | Asked On: Oct 10th, 2006

Answered by: jainbrijesh on: Dec 30th, 2006

vertical traceability of the requirements describes the interdependencies among the system requirements.Horizontal traceability addresses the relationship of the components across collections of workproducts

Answered by: G.D.S.Prasad on: Dec 18th, 2006

  Vertical Treceability: The relationship among the parts of a single workproduct (discipline),e.g. requirements.   Horizontal Treceability: The relationship of the collection...

What are the roles people play in inspection?

Asked By: Pankaj Babshet | Asked On: Oct 7th, 2006

Answered by: G.D.S.Prasad on: Mar 8th, 2009

Different Roles in Inspection: Moderator: Assist in identifying reviewers Coordinate & control review Ensure proper review closure Author: Provide work item in advance Provide overview if re...

Answered by: kumar.c on: Oct 16th, 2006

Inspection is nothing but auditing here they will observe wheather testing team &development teams are following srs principles or not?wheather they meet weekly schedules?  

What are the deliverables?Whom do u send deliverables?

Asked By: sireesha | Asked On: Oct 6th, 2006

Answered by: quality_guy on: Oct 23rd, 2009

Deliverables can be anything and it purely depends upon your project. If you get a project for writing test cases, the test cases are the deliverables. And you need to submit to the Mother company / Client / customer.

It is not a must every time it should be final result of the SDLC or STLC.

Answered by: vk1978 on: Apr 17th, 2009

Deliverable are the documents that we are going to submit after the development of the document Different Test deliverable are: Test Plan doc Test Cases doc Review report Traceability Matrix ...

How we measure the test coverage?When to stop the testing?

Asked By: sireesha | Asked On: Oct 6th, 2006

Answered by: kurtz182 on: Dec 30th, 2009

Estimating the number of blackbox test cases:# blackbox test cases = [usecases x steps x rules]+[GUI‘s x objects x states]+[tables x tuples x instances]Metrics for measuring test case ...

Answered by: quality_guy on: Oct 23rd, 2009

1) When the number of test cases are covered and how many passed and failed.
2) Bug flow rate is low or zero.
3) When more time is taken and its beyond the dead line.
4) More budget is consuming than what is planned.

How do you analize requirements?

Asked By: sree | Asked On: Sep 27th, 2006

Answered by: srinivasulub1981 on: Nov 27th, 2009

HIRequirement analysis is a process of reviewing and understanding the clients expectations from the application. It consists of below stages=> Need to fix boundaries for the Reqs:   Firs...

Answered by: vk1978 on: Apr 16th, 2009

By reviewing the Requirement Documents and attending team meetings we do analyize the requirements. 

How do you analize severity and priority?

Asked By: SREE | Asked On: Sep 27th, 2006

Answered by: srinivasulub1981 on: Nov 27th, 2009

Hi

  As a tester we need to analize the severity, it's a level of impact on the application as how bad the bug is.

In other hand, priority is analysed by test lead or dev lead, it's a level of schedule..

CNU

Answered by: mathan_vel on: Apr 11th, 2009

Its depends on the bug found.The Severity Level is fixed by the Tester and the Priority Level to fix the bug is fixed byt the Developer.How to Analyze? It is simple that how harm the bug is.. what the...

There is 100 requirements,how can u find is there all requirements are covered by your test case?

Asked By: priya | Asked On: Sep 27th, 2006

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

This is done by using Requirement Treceability Matrix.

Regards

Prasad

Answered by: byju philip on: Oct 18th, 2006

To measure we use traceability matrix. whether all the 100% requirement are covered can be mapped through Traceability matrix.

Mapping  the requirement id from the srs with the testcase in traceablity matrix we can evaluate whether 100% testcase are covered or not.

Let me know quality control and quality assurance ?Can you tell me about sanity and smoke testing and its diffrences

Asked By: Muralidharanmano | Asked On: Sep 25th, 2006

Answered by: Kumar Surapaneni on: Mar 27th, 2007

Quality : is confirmation to requirements ,Degree of Excellence ,Measuring as per Specifications.Quality Control: Measures to create a quality Product.Quality Assurance: Measures the process used to c...

Answered by: G.D.S.Prasad on: Dec 7th, 2006

Quality Assurance Vs Quality Control---------------------------- ...

When do u know that testing is over?

Asked By: keyur2476 | Asked On: Sep 21st, 2006

Answered by: PrafullaSutradhar on: Sep 18th, 2012

Teating prosses depends on software company but still has a guideline. When produce meets with it requirement, exit
criteria, also sometime over budget, time is over but test is not finish.

Answered by: cnananthan on: Apr 19th, 2012

We can arrive at the decision of Testing is over based on the following criteria:

* Level of Confidence on the functioning is greater than the Customers Confidence.

* Known Bad (i.e.Tests Failed) + Unknown (i.e.Tests not run) is less than Known Good (i.e.Tests Passed)

What do we do when there is a known bug at the time of software release?

Asked By: Nezabudka | Asked On: Sep 19th, 2006

Answered by: vk1978 on: Apr 9th, 2009

If i find a defect at the time of software release I will first escelate the defect to the Higher level Management and based on their decession i will raise the bug and High level management will ment...

Answered by: G.D.S.Prasad on: Feb 27th, 2009

We should give a conditional sign off.

What metrics would u collect from the test process and why?

Asked By: baig | Asked On: Sep 14th, 2006

Answered by: G.D.S.Prasad on: Mar 4th, 2009

What you cannot measure, you cannot manage --- DRUCKUR

The metrcics involved involved in Testing process are
Shedule Variance, Effort Variance, Defect Density, Productivity.

Answered by: vvvssvijayaditya on: Oct 27th, 2006

hi

LoC-Lines of code should have minimum number of defect  (Manual)

Funtional Points  : 10 fp - 1 defect(Automation)

250 loc -1 defect

or

10 fp- 1 defect  ISO standard

Can any body help me on metrics.I.E how many metrics commanly used during software testing .

Asked By: kailash | Asked On: Sep 11th, 2006

Answered by: G.D.S.Prasad on: Mar 8th, 2009

Defects we use in testing are

1. Effor variance
2. Shedule variance
3. Productivity
4. Defect density... etc

Answered by: santosh on: Oct 5th, 2006

 Metrics is a measurement of testing process .

 Itgive deatails of total number of bugs .

 Total number of bugs fixed

Number of bugs per week and

Number of fixed bugs per week

What is walkthrough?

Asked By: ramana | Asked On: Sep 11th, 2006

Answered by: G.D.S.Prasad on: Mar 8th, 2009

It is a Semiformal review - Author walks the participants through work product, defects are pointed out by participants, solutions may be discussed for defects found. This could be a one person review also. Semiformal / Informal reviews shall be considered for agile based projects.

Answered by: sudhakar2068 on: Sep 12th, 2006

A walk through is an informal meeting for evaluation or informational purpose.Awalk through is also a process at an abstract level. its the process of inspecting software code by following paths throu...

How do you really determine if a test step passed or failed?

Asked By: Richi | Asked On: Sep 1st, 2006

Answered by: vk1978 on: Apr 17th, 2009

By comparing Exepcted value of the test step with the acutal value in the application.

Answered by: Guest on: Jan 5th, 2007

Hi friends,the question is not about the test cases and it is about the test step.We cant assure that the test steps would pass if a particular test case pass.In certain cases the Test step may and th...

How you validate the products in testing

Asked By: sabitha | Asked On: Aug 25th, 2006

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,

Validation is nothing but actual testing. It is done using functional requirements.

Regards

Prasad

Answered by: chi on: Aug 30th, 2006

the project or product is validated depend on the functionality of them

Unit testing comes under which testing technique?1.White box testing technique2.Black box testing technique

Asked By: hanisha | Asked On: Aug 25th, 2006

Answered by: shobha on: Feb 4th, 2007

it comes under white box testing

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,

Unit Testing is white box testing type.And it is done by the developer only.

Regards

Prasad(G.D.S.Prasad@gmail.com)

Unit testing comes under which testing technique, white box / black box?

Asked By: sravya | Asked On: Aug 24th, 2006

Answered by: mathan_vel on: Aug 25th, 2010

Unit Testing comes under White Box Technique. Developers do the unit testing

Answered by: deepthi on: Nov 6th, 2007

unit testing comes under white box testing

Define quality in testing

Asked By: suma | Asked On: Aug 22nd, 2006

Answered by: rahulskin on: Oct 8th, 2009

Quality in Testing-
The application functions as per the Customer's requirement.
It follows the standards provided.
The application should be defect free.
It is easy to use to the End user.

Answered by: seemavnayak on: May 28th, 2009

Quality product means the product is reasonably bug free, delivered on time and within budget, meets customer requirments and is maintainable.

What's contain on the test strategy?

Asked By: Himu | Asked On: Aug 19th, 2006

Answered by: akbarali on: Oct 5th, 2007

Test Strategy - defines the approach to be followed for testing a software.It contains,1.Scope and Objective2.Business Issues3.Responsibility Matrix4.Roles and Responsibilities5.Communication and Stat...

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,

Test strategy describes how we are going to approach the testing interms of people, tools, procedures, and support.

Regards

Prasad(G.D.S.Prasad@gmail.com)

What is the qa testing methodology and what environment would you use to do your qa tesing?

Asked By: Richi | Asked On: Aug 15th, 2006

Answered by: G.D.S.Prasad on: Dec 18th, 2006

Hi,A test methodology talk about using which methods and techniques the test case verifies their objectives. The tests that you will execute, how they are going to verify their objective becomes the b...

Answered by: Guest on: Dec 18th, 2006

Hi,A test methodology talk about using which methods and techniques the test case verifies their objectives. The tests that you will execute, how they are going to verify their objective becomes the b...

Who writes the business requirements? What you do when you have the brd?

Asked By: Himu | Asked On: Aug 12th, 2006

Answered by: vk1978 on: Apr 17th, 2009

Business Analyst prepares the Business Requirements Document.Once we receive requirements document, we review it, attend review meetings,Prepare review reports and sent them to author of the document,...

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,

BRD is prepared by Bussiness Analyst.

When we have BRD, as test engg

1. Review the BRD 2. If any Doubt(Regarding functionality) get clarification from BA. 3. Prepare Review report. 4. And start writing Test cases..

Regards

Prasad

1) what is the differnece between quality analysis and quality control?2) differentiate fault and failure3) differentiate product maturity model and capability maturity model4) explain with ex. A product...

Asked By: Pressy | Asked On: Aug 9th, 2006

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,

Monkey Testing: It is the random testing performed by the automation testing tools.

Gorilla Testing: Testing one particular module, functionality heavily.

Regards

Prasad

Answered by: stephen on: Oct 23rd, 2006

Monkey testing:  When you follow a method for which you have no preparation ( like testcases) and conduct testing by following steps (which are almost un-repeatable) then you call it a monkey tes...

What is configuration management?

Asked By: manju | Asked On: Aug 3rd, 2006

Answered by: Shilpa0901 on: Sep 15th, 2008

It is a process in which they mainly perform 2 tasks.Change controlVersion controlChange control: It is a process of updating the selected documents whenever some changes made to the application inor...

Answered by: Manvi Arora on: May 22nd, 2008

Configuration management is a critical process responsible for identifying, controlling, and tracking all versions of hardware, software, documentation, processes, procedures, and all other inanimate ...

Pls explain the concept of regression testing with the help of simple example

Asked By: gAURI | Asked On: Aug 1st, 2006

Answered by: kurtz182 on: Jan 4th, 2010

Regression testing involves re-using manual tests or automated scripts to ensure that suspected vulnerable functionalities are tested on a periodic basis (typically each and every build).  There ...

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

Regression testing: Testing of an application to ensure bug fixes and change requests (enhancements) made to it doesnt cause any unwanted flaws in the application. Automated testing tools can be especially useful for this type of testing.

Regards

Prasad

What is bucket testing? And which automation tool use for it ? Why?

Asked By: arvind pandey | Asked On: Jul 21st, 2006

Answered by: G.D.S.Prasad on: Dec 18th, 2006

Hi,The first comment (Lisa's) is the correct one.Bucket testing, otherwise known as A/B testing, is a methodology for gauging the impact of different product designs on a Web site’s metrics. The aim i...

Answered by: arvind on: Aug 25th, 2006

bucket testing is nothing but the load or stress testing we used load runner for it plz correct me if i m wrong

What is the difference between quality assurance and quality control?

Asked By: prathima | Asked On: Jul 19th, 2006

Answered by: kurtz182 on: Dec 17th, 2009

Quality Assurance (QA) attempts to improve and stabilize processes in order to minimize the issues that produce defects. QA processes also strive to assure that a product, service, or system meets its...

Answered by: Manvi Arora on: May 22nd, 2008

QC (Quality Controller) involves in the testing of the Application. Quality control ensures that equipment is working properly, the operator is performing appropriately.Qc is product oriented. QA (Qua...

If the developer is not ready to fix the bug what do you do?Question asked to me in an interview

Asked By: vaishnavi | Asked On: Jun 30th, 2006

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

If the developer is not ready to fix the bug, first try to reproduce the bug.Take the screen shots of the bug.Explain him clearly. Even then he is bot ready to fix, then discuss the issue with your test lead.

Regards

Prasad

Answered by: Irfan Parwez on: Oct 30th, 2006

Well...the best approach would be to try to find out the simple steps to reproduce the issue in an innocent (general working) environment so that user's can't accept it. It may take tim...

Hi,can anybody clear me about equivalance class partition.

Asked By: laxmi | Asked On: Jun 30th, 2006

Answered by: sanumca on: Sep 13th, 2009

Equivalance Class Partition is a Black box testing technique, in which the input data is divided into classes such that, the software functionality remains same for any value of same class. A class is...

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,This method divides the input domain of a program into classes of data from which test cases can be derived. Equivalence partitioning strives to define a test case that uncovers classes of errors a...

Can anyone tell me what is meant by metrics? Or more specifically, what are the metrics in testing?

Asked By: Samik | Asked On: Jun 28th, 2006

Answered by: G.D.S.Prasad on: Mar 3rd, 2009

Metrics used in Testing process are
1. Effort Variance
2. Shedule variance
3. Productivity...etc

Answered by: chilu on: Jan 13th, 2007

Metrics in testing is used as a basis of performing an assessment of the effectiveness of testing process. A testing metric is a number that shows a relationship between two testing variables.

What is meant by configuration item?

Asked By: subha | Asked On: Jun 6th, 2006

Answered by: amaralbert on: Sep 5th, 2009

Configuration Item(CI) can be anything which need changes or where change can be applied and it needs change management to be used effectivily.

It can be anything related to project organizational doc. proj docs, s/w, HW etc.
CI are those items which need to be managed by it's configuration.



Amar

Answered by: G.D.S.Prasad on: Mar 9th, 2009

Configuratuion Items are the work products of the project to be placed under the Configuration Management.
Ex: All the Docs( SRS, Designs...etc),Operational/User Manuals, Software, Tools, Source Code... etc

Which phase is called as the blackout or quite phase in sdlc ?

Asked By: Brahmanand Chipre | Asked On: Jun 3rd, 2006

Answered by: mathan_vel on: Sep 25th, 2009

Maintenance Phase is normally called as Blackout/ Quite Phase in SDLC

Answered by: G.D.S.Prasad on: Mar 10th, 2009

Maintanence phase

What is acid testing?

Asked By: sirisha vaddi | Asked On: May 31st, 2006

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

Acid Test: Which examines a browser's support for W3C (World Wide Web Consortium) recommendations including CSS1 (Cascading Style Sheets), HTML4 and PNG (Portable Network Graphics).

 

Regards

Prasad

Answered by: raghuramsuravarapu on: Jun 19th, 2006

ACID testing is related to testing a transaction.

A-Atomicity

C-Consistent

I-Isolation

D-Durable

What are the parameters of quality cost?

Asked By: myemail1786 | Asked On: May 1st, 2006

Answered by: G.D.S.Prasad on: Mar 4th, 2009

Cost of Quality = Prevention cost + Appraisal cost + Failure cost.
Prevention Cost = Process related training, DP efforts
Appraisal Cost = Reviews/inspection effort, testing, audits, etcFailure Cost = Rework costs (fixing review, Testing defects & Customer reported defects

Answered by: bunty prakash on: Aug 16th, 2007

There are three parameters to measure the quality of cost.

*prevention cost

*appraisal cost

*failure cost

Who actually perform alpha testing?Both developer and customer or only customer?

Asked By: amit_gandhi. | Asked On: Apr 22nd, 2006

Answered by: patil on: Apr 19th, 2007

Alpha Testing: Testing the software product /system conducted at developer's site by the end user usually done when development is nearing to end.Beta Testing:Testing the software product /system cond...

Answered by: suhas sonawane on: Apr 14th, 2007

Alpha test is conducted at client  sideand in presence of developer

What is a deliverable ? Can you please mention the names of deliverables in your current project .

Asked By: upendra | Asked On: Apr 11th, 2006

Answered by: sharmi27 on: Jul 22nd, 2010

Test Specification
Test Report
Defect Report
Review report
Release notes

Answered by: vk1978 on: Apr 17th, 2009

Test Plan doc

Test Cases doc
review report
Traceability Matrix
Test Log
Bug report
Test Summary report 
Test's to be verified 
Test Scenarios

are the test deliverables

How can you say your project testing is completed? Explain the various factors?

Asked By: upendra | Asked On: Apr 11th, 2006

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,

Project Testing is compleated when,

1. UAT is compleated with formal verification of requirements againest the application, by Client/Customer.

2.In maintanence phase also we do testing if any CR from client is implemented in the project.

Regards

Prasad

Answered by: BISWAJIT PANI on: Jun 19th, 2006

There are so many factors to know this answer.. some main factors are.....

1) Dead line of your Project reaches

2) Your Estimated Budget over.

3) Acives Customer's Requirement with certain percentage of test case passed.

etc......

Regards

Biswajit Pani ( 09986183456)

Panibiswajit@yahoo.com

 

What is requirements traceability ? What is the purpose of it ? Explain types of traceability matrices ?

Asked By: upendra | Asked On: Apr 11th, 2006

Answered by: vk1978 on: Apr 17th, 2009

Traceability Matrix - In simple words mapping requirements with Test cases As documents are interdependent the data present in the child document (Test case document must be based on Parent docum...

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,Traceability Matrix: A document showing the relationship between Test Requirements and Test Cases.It demonstrates the relationship between design inputs and design outputsIt ensures that design is ...

What do you mean by requirements coverage ? Why is the purpose of this ?

Asked By: upendra | Asked On: Apr 11th, 2006

Answered by: vk1978 on: Apr 17th, 2009

Requirements Coverage 


while testing if i want to make sure that all the requirements were cover then i need to write all possibilities of test cases and need to map those test case to requirements, for the sake we have a document called Requirement Traceability Matrix.

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,Requirement coverage is nothing but Requirement Treceability Matrix.A document showing the relationship between Test Requirements and Test Cases.Purpose:We can check that all functionality mentione...

Explain the techniques used to estimate the number of test cases to be written for a particular project?

Asked By: upendra | Asked On: Apr 11th, 2006

Answered by: shilpa_N on: Oct 31st, 2007

This is infact the question asked in most of the RCA by the qlty team,To answer your question I feel, the estimation should consider these.1. No of acceptances scenarios in User stories.2. Complexity ...

Answered by: sivarajani on: Dec 26th, 2006

Estimation can be done in many ways. Most common methods are: Effort based or scenario based estimation. Effort based: Let's say: development effort  * (factor). This factor is drived from to the...

What is the difference between stub and driver?

Asked By: lakshmanan | Asked On: Apr 4th, 2006

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,Difference Between Stub& Driver1. Stub is a piece of code emulating a called function, a driver is a piece of code emulating  a calling function.2. Stubs are created integration testi...

Answered by: nagarjuna on: Oct 11th, 2006

 

STUB: A DUMMYT S/W COMPONENT WHICH IS USED SIMULATE THE BEHAVIOUR OF THE ORIGINAL S/W COMPONENT IT'S USED OLNY FOR THE OUT PUT

DRIVER: A S/W COMPONENT USED TO INVOKE THE TEST AND OFTEN PROVIDE TEST TO INPUT,O/P,ANALASISS

What is test metrics and how to caluclate the test metrics?

Asked By: Koteswarrao | Asked On: Mar 31st, 2006

Answered by: G.D.S.Prasad on: Mar 11th, 2009

Test metrics are quantitative measurement of testing process. Most common test metrics used in different organizations are:
1. Effort Variance
2. Shedule Variance
3. Productivity... etc

Answered by: ramu goud on: May 6th, 2006

Test Metrics is a mechanism to know the effectiveness of the testing that can be measured quantitatively. Metrics are produced in two forms – Base Metrics and Derived Metrics. Example of Base Met...

Describe me to the basic elements you put in a defect report?

Asked By: skufaty | Asked On: Mar 29th, 2006

Answered by: vk1978 on: Apr 17th, 2009

Contents of defect are Defect ID, Summary, Description (environments, steps to reproduce, Expected values, Actual outcome), Status, Severity, Priority, Reproducible (y/n), Detected b...

Answered by: Srinivas on: Oct 11th, 2007

1. Defect ID
2.Defect Description
3.Name of the Test case (which is faled)
4.Expected Result
5.Actual Result
6.Pre-Conditions
7.Steps to Re-Produce
8.Attach Screen shot

Can anyone explain , "what is meant by equivalnce partitioning "?

Asked By: shreethik@gmail.com | Asked On: Mar 20th, 2006

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,Equivalence PartitioningThis method divides the input domain of a program into classes of data from which test cases can be derived. Equivalence partitioning strives to define a test case that unco...

Answered by: Giridhar on: Jul 12th, 2006

Equivalnce portioning is the one of the technique of Block Box Testing. It designed to minimize the test cases.

What is a usecase , and what is the difference between a usecase and a testcase.Pls help

Asked By: Raju | Asked On: Mar 20th, 2006

Answered by: pratima_15 on: May 27th, 2008

Used Case: Are Scenerio Based Test cases,Cases based on Imagining the scenerio,what may be expected out of the product.usually no clear cut specification is there.
Test cases: r Prepared tottaly on the basis of SRS No

Answered by: rajeshwarash on: Apr 27th, 2008

Use case is the scenario from where we design test scenarios.we can also describe them  as alternative form of functional specifications.Generally these r prepared when the functional specficatio...

What is meat by error feeding

Asked By: ravichandran | Asked On: Mar 18th, 2006

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,

Error feeding: The process of intentionally adding known faults to those already in the aplication  for the purpose of monitoring the rate of detection and removal, and estimating the number of faults remaining in the program.

Regards

Prasad

 

Answered by: BISWAJIT PANI on: Jun 14th, 2006

Error Feeding means we have to feed some error input during testing same as negative testing.so if we will feed that invalid input to the application then the application should not accept that input ...

What is the difference between system testing,integration testing & system integration testing?

Asked By: sadasivarao.p | Asked On: Mar 14th, 2006

Answered by: manii17k on: Oct 22nd, 2010

Once the application is installed into a environment as a whole is called as system testing in this stage the black box test engineer will perform many types of testing they are 1 . System integrati...

Answered by: Rose1 on: Oct 21st, 2010

System Testing:In system testing we test the system works well in the real environment with the real data. Since the servers and data are different it may not work as expected.Integration testing:In i...

Give example of a bug having high proirity and low severity ?

Asked By: navneet | Asked On: Mar 13th, 2006

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,In my current Projectexample for High Sev and Low Priority Bug--In "Apply for personal Loans" PageThere is a validation that states: Any customer can apply for Prsonal Loan once in 2 yrs only. But ...

Answered by: BISWAJIT PANI on: Jun 19th, 2006

Suppose in a web page the name of that company is there but there is some spelling mistake say inplace of A it is E

this is one example of bug with High prioroty and low Sevirity

Regards

Biswajit Pani ( 09986183456)

Panibiswajit@yahoo.com

 

Describe bottom-up and top-down approaches

Asked By: prasu | Asked On: Mar 6th, 2006

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,Bottom – Up Approach: The subsystems in the lower level of call hierarchy are tested individually. Then the next level subsystems are tested that call previously tested subsystems. This is done rep...

Answered by: BISWAJIT PANI on: Jun 19th, 2006

Top Down and Bottom Up Both are coming under Intigration TestingThere are 2 types of Intigration Testinga) Incremental Intigration Testingb) Non Incremental Intigration TestingBut Incremental testing ...

What is meant by fuzz testing?

Asked By: kumar | Asked On: Mar 3rd, 2006

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

Fuzz Testing:

Fuzz testing is a software testing technique. The basic idea is to attach the inputs of a program to a source of random data ("fuzz"). If the program fails (for example, by crashing, or by failing built-in code assertions), then there are defects to correct.

Regards

Prasad

Answered by: ggkmca on: Apr 25th, 2006

Fuzz testing a simple technique for feeding random input to applications. While random testing is a time-honored technique, our approach has three characteristics that, when taken together, makes it s...

What are the different methodologies used in testing ???

Asked By: prasu | Asked On: Feb 28th, 2006

Answered by: jvaidya on: Oct 29th, 2007

The Test Methodologies are refinement of Test Strategy.

Black box testing
White box testing
Grey Box testing
Red box testing

these are the Testing TECHNIQUES & not Methodologies.

Answered by: Srinivas on: Sep 16th, 2007

As per my knowledge, the testing methodologies are Black Box, White Box and Gray box.

BVA, Equilance Partition, Error guessing, etc., those are test case techniques not methodologies.

Please let me know, if I am wrong.

Thanks,
Srinivas

. Realising you won't be able to test everything - how do you decide what to test first?

Asked By: prasu | Asked On: Feb 17th, 2006

Answered by: atulsinghal123 on: Mar 17th, 2009

If we realize that we are not able to test everything.  We can test the test cases based on.

i) Severity and priority
ii) Efficiency and effectiveness
iii) Covering most of functionality

Answered by: G.D.S.Prasad on: Mar 11th, 2009

Test the high risk areas throughly.

What is testing life cycle what are all the stages involved in the testing life cycle

Asked By: ferozbm | Asked On: Feb 15th, 2006

Answered by: Kumar Surapaneni on: Jul 26th, 2007

Software Testing Life Cycle :

System Study

Scope/Approach/Estimation

Test Plan Design

Test Case Design

Test Case Execution

Defect Handling

Gap Analysis

Deliverables

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,

Test life consists of thye following atages...

1. Test Plan

2. Test Design

3. Test execution

4. Result Analysis

5. Defect Tracking

6. Test Report Preparation

Regards

Prasad

What is the diffence between functional testing & black box testing?

Asked By: himanshu Mehta | Asked On: Feb 11th, 2006

Answered by: Rose1 on: Oct 21st, 2010

functional testing is a black box testing because in functional testing we test without looking inti its internal behavior or without looking into the code.In functional testing we are testing whether...

Answered by: kurtz182 on: Dec 17th, 2009

Black box testing does not require knowledge of source code in order to perform tests.  Black box testing can include both functional and non-functional tests.  Functional tests are those th...

What is test bed?

Asked By: Gaurav Gupta | Asked On: Feb 3rd, 2006

Answered by: UNKNOWN on: Feb 13th, 2013

Test Bed is an mandatory environment setup for the application to be tested.

Answered by: mfsi_chinmayb on: Jan 18th, 2012

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.

On what basis the planned testing efforts is calculated for the entire project?

Asked By: bavithamb | Asked On: Dec 29th, 2005

Answered by: gauravworks on: Mar 5th, 2010

To estimate the testing effort for complete project following points need to be analyzed:1) Number of Functional requirements to be tested.2) Complexity of the Testing Task3) Number of resources avail...

Answered by: G.D.S.Prasad on: Mar 12th, 2009

We follow TCP analysis to calculate the testing effort required for a change request. Some organizations follow FTP Analysis. Test Case Points (TCP) Test Case Point deals with the estimation of the ef...

What is configuration management?

Asked By: kanna | Asked On: Dec 29th, 2005

Answered by: srinivasulub1981 on: Nov 27th, 2009

HIIf we are developing the sofware means definitely there would be some changes, so proper maintanance needed in this situations, so here configuration management plays a vital role..It mainly concent...

Answered by: G.D.S.Prasad on: Dec 22nd, 2006

Hi,

Configuration management covers the processes used to control, coordinate, and track: code, requirements, documentation, problems, change requests, designs,tools/compilers/libraries/patches, changes made to them, and who makes the changes.

What is scenario and end to end scenario.

Asked By: Rangarao | Asked On: Dec 19th, 2005

Answered by: srinivasulub1981 on: May 6th, 2009

HiScenario: A scenario is nothing but a description of an action/event, one test may contains more than one scenarios.E2E Scenario: Used for defining the requirements for any system implementation pro...

Answered by: G.D.S.Prasad on: Mar 11th, 2009

E2E scenarios are nothing but E2E customer experiances of the system.
Ex: 1. Provide broad Band service to the existing customer,
2. Provide broad Band service to the new customer... etc

Which the following matches between the japanese word "seiketsu" for 5s and its meanings

Asked By: Interview Candidate | Asked On: Dec 8th, 2005

A) spic & spanb) sorting outc) self disciplined) systematic arrangemente) standardise

Answered by: G.D.S.Prasad on: Mar 10th, 2009

Standardize

What does pdca mean?

Asked By: Interview Candidate | Asked On: Dec 8th, 2005

A) plan-do-check-actb) prepare-do-cost-aCTC) plan-do-control-actiond) prepare-do-control-action

Answered by: kurtz182 on: Dec 23rd, 2009

A) Plan-Do-Check-Act

Later, Dr. Deming changed this to Plan-Do-Study-Act (PDSA).

Answered by: anuja_m on: May 26th, 2009

A) Plan, Do, Check and Act

According to iso, quality is the totality of features and characteristics of a product or service that bears on its ability to ______ a stated or implied need.

Asked By: Interview Candidate | Asked On: Dec 8th, 2005

A) meet and/or exceed

Answered by: G.D.S.Prasad on: Mar 9th, 2009

Satisfy

Answered by: anir24k on: May 2nd, 2008

Meet and/or Exceed

What is monkey testing

Asked By: lakshmi | Asked On: Dec 4th, 2005

Answered by: ashokrajee on: Jan 30th, 2008

Test the application on  the fly , some time test here and some one is test there, but the appliactio works well, does not crash anything

Answered by: mohan056 on: Jan 10th, 2008

Testing the application Randomly with out using the test cases is called monkey testing & it is also called Adoc testing.

How do we know which specifIFAtions are important if we have short time for testing?

Asked By: Preet | Asked On: Nov 29th, 2005

Answered by: kurtz182 on: Dec 23rd, 2009

The answer to this question depends on what is meant by "short time for testing".  How short?  Do you have enough time to learn the requirements, author test cases and prioritize t...

Answered by: srinivasulub1981 on: Nov 26th, 2009

HI

We will give the priority against each test case which writing the test cases, it can be given by doing the risk analysis and also they can be reviewed by TL and approved.

So when ever we have a suffient time then we will execute all test cases, if not we will go for the high priority cases.

CNU

Describe me any bug which may arise at the time of testing.With real time environment.

Asked By: rupesh | Asked On: Nov 15th, 2005

Answered by: rhkvarma24 on: Mar 16th, 2011

When testing in the Real time environment, we will be getting compatibility related bugs.

Answered by: anitha kaasam on: Mar 14th, 2011

Bug is a type of error but in testing language we called as bug. Deviation from expection is called a bug.

It can be of any type
 GUI Bug, funcational bug, non funcatonal bug.

If the actual result doesn't match with expected result in this situation what should we do?

Asked By: rupesh | Asked On: Nov 13th, 2005

Answered by: mithr17 on: Oct 14th, 2011

Venu Narayan..couldn't agree with you more! The part until logging the bug and a tutorial on 'how to' is also great except for assigning severity and priority. I disagree on this! BA, QA team, Dev l...

Answered by: srikant.mudiyala on: May 20th, 2011

Its simple need to cross check once again with that test case and lock that as an issue, and you have to decide the priority severity and register it in bug tracking tool so your test lead developer and project manager get noticed that.

When is the best time for system testing?

Asked By: testuse | Asked On: Nov 9th, 2005

Answered by: Rose1 on: Oct 21st, 2010

Schedule of each type of testing is specified in Test plan written by the test leadIn system testing we make sure that the system works well with the real environment with the real data.So before star...

Answered by: vk1978 on: Apr 7th, 2009

when all the modules are integrated and integration testing is done on 2 or more modules is over then we will go for system testing where will test the whole application, and system testing consists of Perforamance Testing, End to End Testing, Security Testing.

Plz correct me if i am wrong.

 

What is use case? What is the diffrence between test cases and use cases?

Asked By: testuse | Asked On: Nov 9th, 2005

Answered by: PriyabrataBhol on: Apr 15th, 2013

Usecase is sequence of flows to achieve certain requirement.

Answered by: dimple on: Feb 16th, 2013

use case is noting but user story.
test case is step by step method to validate requirements.

What is the difference between the test case and a test script

Asked By: Raji | Asked On: Oct 28th, 2005

Answered by: dimple on: Feb 16th, 2013

Test case is step by step method to validate requirements for manual testing.

Test script is step by step method to validate requirements for Automation testing.

Answered by: mohammad ali on: Feb 2nd, 2013

Test case term is used in manual test.
Test script term is used in automation test.

What is sqa testing? Tell us steps of sqa testing

Asked By: manjulatha | Asked On: Oct 24th, 2005

Answered by: G.D.S.Prasad on: Mar 10th, 2009

SQA is Audit of software products and activities to verify that they comply with the product requirements. Processes, Procedures and standards. Project manager prepares the SQA plan at the time of...

Answered by: Sujatars on: Aug 15th, 2007

Software Testing is a set of activities that constitute processes that are mandatory towards the testing of an application. Steps involved in software testing are Test Requirements; Test planning; Tes...

Describe to the basic elements you put in a defect report?

Asked By: sheetal | Asked On: Oct 19th, 2005

Answered by: FarhanaB on: Nov 13th, 2011

The basic element in a bug report:

1)bug id number
2)test case steps
3) test case description
4) screen shot of the defect
5)actual result
6)expected result
7) Priority
8)Severity

Answered by: SRIDHAR DOMMATI on: Nov 7th, 2011

summery of the bug
priority
severity
description
author of defect(tester)
detected by
detected on
reproducible steps
scree shot
escalating to
expected value
actual value

How do you test if you have minimal or no documentation about the product?

Asked By: sheetal | Asked On: Oct 19th, 2005

Answered by: Rose1 on: Oct 21st, 2010

If we have minimal or no documentation about the product the I will discuss the application scenario with the business analyst or developer or both . Based on the discussion I will prepare a document and will write test cases based on that.

Answered by: kurtz182 on: Dec 17th, 2009

This would be done through exploratory testing.  And ask a lot of questions!

How do you decide when you have 'tested enough?'

Asked By: sheetal | Asked On: Oct 19th, 2005

Answered by: kurtz182 on: Dec 17th, 2009

You have tested enough when the company's Exit Criteria have been met.  This typically includes (not an exhaustive list):1) All test cases have been run or are otherwise accounted for2) There...

Answered by: M.Vimal Danish on: Jun 6th, 2007

Its never ending process. Still the testing process can be stopped (1) Based on the Testing dead line and Release dead lines(2) Based on the number of test cases covered with certain percentage passed...

How do you determine what to test?

Asked By: sheetal | Asked On: Oct 19th, 2005

Answered by: kurtz182 on: Dec 17th, 2009

This varies by industry, company and project, but you can generally determine what to test by reviewing 1) requirements, 2) specifications, 3) work-flow diagrams, and 4) wireframes. 

Answered by: Prakash Nepal on: Apr 10th, 2007

Answer: First of all we have the test cases (or test scripts) that are written based on the requirement document. This pretty much covers what functionalities to test. Therefore, looking at the test cases tells us what to test in the application.
Thanks
Prakash

Describe to me the software development life cycle as you would define it?

Asked By: devi | Asked On: Oct 19th, 2005

Answered by: SUSHALL on: May 27th, 2009

A set of processes followed to develop a software product is called as Software Development life Cycle.Usually there are two different types of flows to indicate the life cycle.First Flow:(Tradit...

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,

The various activities which are undertaken when developing software are commonly modeled as a software development lifecycle.

There are 6 phases in SDLC

1. Initial 2. Analysis 3. Design 4. Coding 5. Testing 6. Delivery & Maintanace

Regards

Prasad

What is the role of qa in a company that produces software?

Asked By: devi | Asked On: Oct 19th, 2005

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi, Responsible for applying the principles and practices of software quality assurance throughout the system lifecycle. Through testing, analysis, and observation, a person in this position not ...

Answered by: srinivasulub1981 on: Dec 21st, 2005

Hi  There two types of testings inrespect of QA and Testing.1. Conventional Testing --> For Test Engineer , starts from after     coding in SDLC2. Unconventional Testing --> ...

Which methodology u follow in ur testcase?

Asked By: Mahes | Asked On: Oct 19th, 2005

Answered by: kurtz182 on: Nov 27th, 2009

Methodologies used to prepare test cases:1) Business logic and functional design (from requirements)2) Work-flow (from work-flow diagrams)3) User interface (from specifications) 4) Equivalence class p...

Answered by: Pattabiraman.A.C on: Jun 8th, 2007

Error : Mistake done by developer in development environment is called ErrorBug : If that defect is found by a tester in testing environment is called bugDefect : If the same error or bug found by the...

What is the role of qa in a project developement?

Asked By: sheetal | Asked On: Oct 17th, 2005

Answered by: G.D.S.Prasad on: Dec 20th, 2006

Hi,Responsible for applying the principles and practices of software quality assurance throughout the system lifecycle. Through testing, analysis, and observation, a person in this position not only e...

Answered by: Shivaprasada A.M. on: Jul 10th, 2006

Critical. (Note that documentation can be electronic, not necessarily paper, may be embedded in code comments, etc.) QA practices should be documented such that they are repeatable. Specifications, de...

What are the bug and testing metrics

Asked By: samyukta | Asked On: Oct 6th, 2005

Answered by: kurtz182 on: Jan 4th, 2010

Some defect and test metrics are:Effort variance = (actual fffort - planned effort) / planned effort * 100Schedule variance = ((actual calendar days - planned calendar days) + start variance) / planne...

Answered by: G.D.S.Prasad on: Mar 11th, 2009

Test Metrics Include:
1. Effort Variance
2. Shedule variance
3. Test Effectiveness
4. Productivity

What is smoke testing?

Asked By: srinivasan.G | Asked On: Sep 29th, 2005

Answered by: deepthi on: Apr 11th, 2007

once the development team handsover the application for testing we test the application whether it is good enough for system testing or not and at this point we even take the go/no go decision de...

Answered by: G.D.S.Prasad on: Dec 21st, 2006

Hi,Smoke testing is done after every build , to find out whether all the links and screens are displayed properly without any problem. It is done just to make sure that the build is proper or not...

What is severity and priority?Its differnce

Asked By: sowjan_sk | Asked On: Sep 26th, 2005

Answered by: muthu on: Jul 23rd, 2012

Priority denotes sequence of the defect in which they are going to Rectified.

Severity describes the seriousness of the defect.

Answered by: raghuchowdary on: Jul 13th, 2012

Severity means: How the Bug Effects On the Application

Priority means : How soon Bug needs to fix

What is tracebility matrix?

Asked By: srinivasa rao V | Asked On: Sep 16th, 2005

Answered by: sri on: Nov 20th, 2012

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.

Answered by: Abraham Samuel on: Nov 19th, 2012

It is the document that maps User requirement with the test cases to check whether the functionality coverage is achieved or not.

What are the flaws in water fall model and how to overcome it?

Asked By: Interview Candidate | Asked On: Sep 3rd, 2005

Answered by: renu2008 on: Jul 22nd, 2009

It is difficult to deal with the changes in requirement in this model 

The testing comes as a last phase and if the bug found is in design document so it comes in notice at very late stage of project.

Answered by: priyadesi on: May 13th, 2009

Waterfall as the name implies does software development from start to finish in an organized path. If the design specs are accurate, and there are not many changes to the project from start to finish ...

Given time is short and u have to test and release application,what approach u follow to test?

Asked By: Interview Candidate | Asked On: Sep 10th, 2005

Answered by: mithr17 on: Nov 17th, 2011

Instead of creating test cases for each and every requirement, I would create test scenarios that cover multiple features and modules. This way I’m thinking in the feet of an end-user and finding ri...

Answered by: dadwalm on: May 24th, 2010

I would suggest performing Risk Based testing. Identifying the requirements which if not implemented or wrongly implemented could result into a disaster, prioritize such requirements with the help of ...

What is walkthrough and inspection?

Asked By: Interview Candidate | Asked On: Sep 7th, 2005

Answered by: sri on: Oct 4th, 2012

Inspection is where the testers are made to understand the application and its functionalities . In walk through meeting the documents like business requirement doc, design documents were distribute...

Answered by: Santhoshi Kotha on: Apr 26th, 2011

An inspection is more formalised than Walkthroughs,typically it involves 3-8 people including moderator,reader & recorder to take the notes.The subject of inspection is typically a document such a...

How do you ensure the quality of the product?

Asked By: Interview Candidate | Asked On: Sep 10th, 2005

Answered by: Inayat Ali Khan on: Jan 21st, 2013

When the product works according to the specified requirement without any issue and meets the satisfaction of the client.

Answered by: Sweety Verma on: Apr 17th, 2012

Product that work every time ,any time and all time to specifications.

Cost of solving a bug from requirements phase to testing phase - increases slowly, decreases, increases steeply or remains constant?

Asked By: Interview Candidate | Asked On: Aug 2nd, 2005

Answered by: mithr17 on: Nov 1st, 2011

If you are asking this question, it means you have not understood SDLC nor any of the QA concepts for that matter.

Answered by: nitinjoshi226 on: Jan 8th, 2011

Increases Steeply

Define quality - bug free, functionality working or both?

Asked By: Interview Candidate | Asked On: Aug 25th, 2005

Answered by: manchoc on: Feb 18th, 2011

Quality of the software is what the client pays for. It means it should perform the intended functions without any major flaws.

Answered by: rohan.satpute on: Feb 6th, 2011

Quality Software Deliverable means:
1. Delieverable meets User/Customer Requirements.
2. Reasonably Bug-Free Software.
3. Delivered within defined Timeline & Budget.
4. Easily Maintainable. Also, Less Post Release Maintainence Activity, thus reducing Cost.

If a customer wants a new feature to be added, how would you go about adding that?

Asked By: Interview Candidate | Asked On: Jul 14th, 2005

Answered by: psunitha on: Mar 12th, 2009

First of all we need to check the new features which we are going to add how it effects the application, analysis has to be made because of adding a new features, then if the risk is low then we can add the new features in the application, or else we can add in next version of the build.

Answered by: truetester on: Jul 14th, 2008

Answer  is the process followed in yur company

1 .Prjct based : Here they will handled as releases
2. Prdct based : Here if the customr is vital they release a Patch for this customer.

What is difference between truncate & delete ?

Asked By: Interview Candidate | Asked On: Sep 7th, 2004

Truncate commits after deleting entire table i.E., can not be rolled back. Database triggers do not fire on truncatedelete allows the filtered deletion. Deleted records can be rolled back or committed.Database triggers fire on delete.

Answered by: nandk.sharma on: Jun 27th, 2008

Truncate is faster than delete as it does not generate rollback segment.

Answered by: nandk.sharma on: Jun 27th, 2008

TRUNCATE -  Truncate is a ddl command.

DELETE-     Delete is a dml command.

TRUNCATE - We can not use 'where' clause with truncate.

DELETE-      We can use 'where '  clause  with delete .

Discuss what test metrics you feel are important to publish an organization?

Asked By: Interview Candidate | Asked On: Aug 25th, 2005

Answered by: kurtz182 on: Dec 28th, 2009

Metrics that are important to publish on various projects:- Schedule Variance- Effort Variance- Size Variance- Requirement Stability Index- Project Productivity- Coding Productivity- Test Ca...

Answered by: G.D.S.Prasad on: Mar 11th, 2009

Test Metrics:
1. Effort Variance
2. Shedule Variance
3. Defect Density
4. Productivity

What is a corelated subquery

Asked By: Interview Candidate | Asked On: Aug 26th, 2004

Answered by: G.D.S.Prasad on: Jun 21st, 2008

It is a subquery which is evaluated once for each row processed by parent statement.

Answered by: globalanil18 on: Mar 31st, 2007

Hi Guys,The Oracle Server performs a correlated subquery when the subquery references a column from a table reffered to in the parent statement. A correlated subquery is evaluated once for each row pr...

Find out nth highest salary from emp table

Asked By: Interview Candidate | Asked On: Mar 26th, 2005

Answered by: abhi_only12000 on: Jan 2nd, 2010

SELECT ename, sal FROM (select ename,sal,dense_rank() OVER (order by sal desc) dr FROM emp) WHERE dr =n;

Answered by: chirla_pavan on: Sep 12th, 2008

select * from employee where 1=(select count(*) from employee as e where employee.sal<e.sal)

What is the maximum size allowed for each type

Asked By: Interview Candidate | Asked On: Aug 26th, 2004

Answered by: G.D.S.Prasad on: Jun 21st, 2008

VARCHAR2: Max Size=4000 bytesCHAR: Max Size=2000 bytesNUMBER(p,s): The precision p can range from 1 to 38.               &nbs...

Answered by: Rama Krishna,Yerra on: Aug 2nd, 2006

The Max Size is upto 32.

Thanks&Regds

Ramki,TCS,Hyd

What is on delete cascade

Asked By: Interview Candidate | Asked On: May 30th, 2005

Star Read Best Answer

Editorial / Best Answer

Answered by: bharath

Answered On : May 30th, 2005

when the user deletes a record in the master table , all the corresponding records in the detail table along with the records in the master table will be deleted.

Answered by: G.D.S.Prasad on: Jun 21st, 2008

ON DELETE CASCADE option permits deletions of referenced key values in the parent table and automatically deletes dependent rows in the child table to maintain referential integrity.

Answered by: deva on: Sep 20th, 2006

its not with the data of the table, rather with the associated constraints of the table

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: