GeekInterview.com
Series: Subject: Topic:

Software Testing Interview Questions

Showing Questions 21 - 40 of 309 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is the advantage of manual testing over automation testing?

Asked By: muthu | Asked On: Oct 5th, 2006

Answered by: Leema Mishra on: Jun 1st, 2012

Hi, I agree with your points but automation can not be performed for every language,by reading this statement I am little disagree.Because I personally tested a website for 10 different languages by ...

Answered by: Nikhil garg on: May 29th, 2012

The main advantage of mannual testing over automation is that in mannual testing u need not to maintain the scipts in automation testin it becomes difficult to maintain the record scripts.

Is there any performance testing done in manual testing?

Asked By: Dhanashri Jadhav | Asked On: Nov 24th, 2011

E.G: performance testing of gtalk. for manual testing interview only performance testing questions were asked.

Answered by: arjun on: Jun 1st, 2012

yes... we can do performance testing. But , it cost more and more then the automation. ex: if we are testing any mail application having load for 1000 users. we cant have 1000 peoples and make them t...

Answered by: Vanitha on: Dec 29th, 2011

Yes .. performance testing can do manually.But its not accurate as automation.

Boundary analysis value

Asked By: networker84 | Asked On: Jan 24th, 2012

Consider an application with two parameters a and b as input. If all inputs are valid, the application returns "eureka", otherwise it crashes. The equivalence classes are as follows: parameter a: eq_a1: 0 < a < 10 (valid) eq_a1a: a 10 (invalid) eq_a2: a is an integer (valid) eq_a2a: a is not an integer...

Answered by: arjun on: Jun 1st, 2012

boundary value analysis: consider a set of value or range of value set of values like 10,20,30,40,50. now we have to test for 9 and 51 for negative values and any of the positive values from set like ...

Answered by: rizwann on: Jan 28th, 2012

Sr no. Test case name. Test Procedure. Pre condition. Expected result 1. A_0 Run the app giving Value of B is ...

When a system is running 24/7 with 1min down time, what kind of testing needs to be done?

Asked By: rolex1 | Asked On: Feb 19th, 2012

Answered by: Venkataramann. P on: May 24th, 2012

Soak testing is nothing but, a type of performance test that verifies a systems stability and performance. In other word running a system at high load for a prolonged period

Answered by: Raji on: Apr 18th, 2012

Soak testing needs to be done because the application is running long period of time.

What kind of testing used within a loop?

Asked By: rolex1 | Asked On: Feb 19th, 2012

Answered by: Hari on: May 11th, 2012

Loop Testing, which is a white box testing technique.
In this technique we need to test each and every loop specified in the code atleast once.

What are the standards of istqb?

Asked By: rolex1 | Asked On: Feb 19th, 2012

Answered by: lina on: Mar 15th, 2012

international software testing qualification board

What are the different types of load conditions?

Asked By: Manonmani | Asked On: Aug 13th, 2007

Answered by: Sandhya.Kishan on: Mar 8th, 2012

The types of load conditions are:

Performance test
Load test
Stress test
Capacity test

Who is responsible for the maintenance of the software after it is deployed?

Asked By: rolex1 | Asked On: Feb 17th, 2012

Answered by: Lokesh M on: Feb 18th, 2012

In case of computer networks, the network engineer is responsible for the maintenance of computer hardware and software that comprises a computer network otherwise maintenance group and the maintenance programmer is responsible for the maintenance.

Waterfall model phases

Asked By: bertrand473727 | Asked On: Aug 13th, 2010

Outline the main phases found in the waterfall model and provide evidence that supports this statement in the context of the waterfall when used in practice.

Answered by: kawaljit bedi on: Feb 3rd, 2012

1. Sotware Requirement Specification
2. Analysis
3. Design
4. Coding
5. Implementation
6. Maintanance

Answered by: gsrmohan on: Feb 27th, 2011

Phases are like this:

1. Requirements.
2. Design
3. Implementation
4. Verification
5. Maintainance

All these phases go in a sequence.

In Extented Waterfall model we had all these phases come in iteration.

What is the diff between volume & load?

Asked By: Ravi Kumar | Asked On: Apr 25th, 2006

Answered by: mfsi_satyakamm on: Jan 15th, 2012

Hi, Load Testing : It specifies that is the application able to handle a maximum load as specified in the requirement specification document. Volume Testing : It refers to testing a software system ...

Answered by: FarhanaB on: Nov 15th, 2011


Load testing: testing the system to check how much load it can handles until system fails

Volume testing: testing the system to check the volume of data the system holds.

What is localisation testing?

Asked By: Dhanashri Jadhav | Asked On: Nov 24th, 2011

What is localisation testing? Was asked in manual testing interview

Answered by: mfsi_satyakamm on: Jan 12th, 2012

Hi, Localization means modifying a globalized application to be run locally. Localization is done based upon the local culture,language spoken, government rules & regulatory standards followed in tha...

Answered by: Siva Kalyanipedagadi on: Dec 13th, 2011

Localization comes in multi language testing. Here tester knows some languages including English, depends on software requirement, whether that software working on specified languages required for the End user

Statement and decision coverage

Asked By: RM32306 | Asked On: Feb 6th, 2008

Consider the following:pick up and read the newspaperlook at what is on televisionif there is a program that you are interested in watching then switch the television on and watch the programotherwisecontinue reading the newspaperif there is a crossword in the newspaper then try and complete the crossworda)...

Answered by: mfsi_satyakamm on: Jan 11th, 2012

Hi,

The answer will be SC=2 & DC=3

Thanks

Answered by: Balamurukan on: Oct 13th, 2011

Hi.. The answer provided was sc2 dc 3 which I feel is correct as there are two nodes
SC>>>>
1. If interesting prog on tv
2. If crossword on newspaper

DC
1. Interesting prog on tv,
I. Yes
II.No
2 Newspaper
I.Yes

Hence proved

What is pilot testing?

Asked By: Pradeep | Asked On: May 18th, 2006

Answered by: mfsi_satyakamm on: Jan 6th, 2012

Hi, Pilot Testing is like a trial run. It helps in identifying the best testing tool and how to use it in the best way. Here a testing tool is used in a small or a dummy kind of a project first wher...

Answered by: Pradeep on: May 19th, 2006

hi Mahesh

Thank you very much

Test case review

Asked By: hitesh_faq | Asked On: Nov 27th, 2011

How do you review testcase (types of review)? And whom to send for review ?

Answered by: vibhav on: Jan 2nd, 2012

Test cases are reviewed by peer testers or by lead. The testcases should be simple, easily understandable, but powerful. No repetition of test cases should be present. Before reviewing the test cases...

How will you write test cases for a code currently under development?

Asked By: Interview Candidate | Asked On: Sep 1st, 2005

Answered by: Umashankar on: Dec 19th, 2011

HLD - High Level Design & LLD - Low Level Design

Answered by: pavani prasad on: Mar 25th, 2010

We can write the test cases for code currently under development by using the use case document.

After completing sanity testing which test is done in the testing department?

Asked By: sumathidharuman | Asked On: Feb 24th, 2011

Answered by: Balaji.V on: Dec 17th, 2011

Once the smoke/sanity testing is success, we get into functionality testing. The process of excessively testing, each FR (Functional Request) with all the +ve and -ve test case is called as functiona...

Answered by: RAHUL CHOUDHARY on: Nov 28th, 2011

sanity testing always perform by testing team once the application has been deployed in the testing environment from development environment......

What are the different phases in sdlc,what is test teams part in tht??

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

Answered by: saranya on: Sep 28th, 2011

Different phases in SDLC is : 1.Feasibility requirement specification analysis 2.Design 3.Coding 4.Testing 5.Installation (or) Deployment 6.Maintenance In fourth phase only testing teams part...

Answered by: Naveen on: Aug 2nd, 2011

Phases in SDLC

Requirement Analysis

Design

Developing

Testing

Implementation

Maintenance

Testing Phase will be do the Test team. Verification (QA) and Validation(QC)

When system testing is requited ?

Asked By: hemanth25162 | Asked On: Jun 30th, 2011

After doing functional, integration testing, why there is a need for system testing? Explain the situation when you can skip system testing

Answered by: naveen on: Aug 2nd, 2011

Unit Test must be completed Integration Test must be completed complete software system should be developed. Then after we need a system testing. system testing is nothing but functional tes...

Answered by: medisynergi on: Jul 31st, 2011

System testing reveals the architectural errors within the software.

What is difference between the build version id and software version id

Asked By: hari5818 | Asked On: May 24th, 2008

Answered by: Vishnu Kethireddy on: Jul 26th, 2011

Software version is the version of the market released software

Where as the build version or build id is the version used for testing and further test cycles, before the code is released

Answered by: honey garg on: Jul 25th, 2011

Build is a Executable file which is handed over to the tester to test the functionality of the developed part of the project. Release is that which we finally hand it over to the client of the pro...

What are the challenges you think you may face in client location?

Asked By: msk2605 | Asked On: May 8th, 2008

Answered by: Srinivasan_g88 on: Jul 25th, 2011

1.Environment Setup
2.Localization Problem
3.Miscommunication
4.Performance Lack

Answered by: kurtz182 on: Dec 22nd, 2009

1) Communication lag
2) Miscommunication
3) Different reporting structure
4) Mismatched priorities
5) Not always focused on the same goal
6) Inconsistencies between test environments
7) Untimely deliverables

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.