GeekInterview.com
Series: Subject: Topic:

Testing Scenarios Interview Questions

Showing Questions 1 - 20 of 45 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

How you will test only 3rd level of mario game

Asked By: kush22 | Asked On: Jul 27th, 2011

There is a task that you want to test the mario game and there are 3 levels in this game but you only want to test the 3 rd level of this game without going through 1st level to 3rd level.What will be the approach to solve this?

Answered by: Vishwa on: Apr 27th, 2013

I test based on the trial version or else am tell based on the 3rd level game pictures.

Answered by: Gauri P. on: Apr 26th, 2013

If all the levels are handled separately, then we can change the status from the backend i.e the database and then test the 3rd level of the game.

Sit testing

Asked By: me.tamanna12 | Asked On: Jan 26th, 2012

What should be responsibility and scope for system integration testing

Answered by: Nithin on: Apr 24th, 2013

I am strongly against the point "Developers are responsible for System integration testing". UNIT testing is the only testing area of developer. It should be modified as "Unit testing on integration of systems is responsibility of developer"

Answered by: manisha on: Feb 7th, 2013

I am not satisfied by your answer, SIT is end to end testing and is done by tester.

Difference between test scenario and test case?

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

Answered by: cine.cine on: Mar 21st, 2013

Test scenario gives the idea of what we have to test for eg: a login page.one test scenario will be" verify the functionality of the username textbox". test scenario is a high level design doc which i...

Answered by: friend on: Feb 14th, 2013

It is a document, which describe the sequence on which test cases should be executed

There are 3 mandatory fields and 3 optional fields :how many possible testcases can be written?

Asked By: venkatesank | Asked On: Sep 2nd, 2007

Answered by: Eswar on: Nov 23rd, 2012

There are 2 positive testcases i.e
1) Enter all the Fields with valid data(Mandatory and Optional fields).
2) Entering only mandatory fields.

Answered by: paano on: Feb 2nd, 2011

1.3 mandatory and 3 optional field

2.3 mandatory field and 2optional field, leaving one field blank

3.3 mandatory field and 1 optional field, leaving two field blank

4.3 mandatory field and all 3 optional field blank


Other than requirement traceability matrix what all other factors that we need to check in order to exit a testing process

Asked By: md_shamiullah | Asked On: Dec 7th, 2005

Answered by: shraddha.sonaikar on: Nov 6th, 2012

Other factors are:-
1. check for all TC are executed
2. check that all defects are in closed status
3. check that all the quality measures mentioned in Test plan is covered.
last one is check for functional requirement are tested or not

Answered by: Rose1 on: May 18th, 2010

1. Check whether all the passes have been completed.

2. Check whether all the test cases have been executed.
3. Check all the defects raised during the test execution have either been deferred or been closed.
4. Check show stoppers in the last phase of the the test have been rectified.

How can we test a "unsubscribe" feature of a "package based system" for mobile company

Asked By: alikhan707 | Asked On: Nov 30th, 2011

Let say we have a package "abc" which expires after every month automatically, but a user wants to unsubscribe earlier before the expiry date, and for this he has a command "unsubscribe" which he send through from his mobile phone to the company. basically we want to test the "unsubscribe" functionality...

What is testing scenario ? What is scenario based testing? Can u explain with an example ?

Asked By: Jilanibasha | Asked On: Sep 13th, 2005

Answered by: radu on: Sep 27th, 2011

A scenario test is a test based on a hypothetical story used to help a person think through a complex problem or system.

Answered by: Alan Waldron on: Jul 12th, 2011

There are many answers here but in it's most simplistic definition, a test scenario is 'what' you are going to test for and what your 'end' expected result is. Test scenarios must be written in such a...

How to test a scenario where the application expires at 12 midnight

Asked By: singiredy | Asked On: Jul 6th, 2011

There is a scenario to test a application if it expires at midnight,since I cant wait until midnight is there a way to test this application during day???

Answered by: mithr17 on: Oct 17th, 2011

You should use both the cases (sql query and changing system date) to test this requirement. You could create a macro for the SQL query and run it each time you'd like to test it.

Answered by: Mahadevan on: Sep 20th, 2011

if they validate only 12 o clock then we can change the system date to 12 o clock and test the application.

In test execution, you found one defect (any severity) but there is no test case for that. You need to report that defect. What you will do at this situation?

Asked By: mathan_vel | Asked On: Mar 18th, 2011

Answered by: sarega99 on: Sep 26th, 2011

Firstly I would make sure that it is a valid defect and has specific requirements attached to the same. If it is valid,then I would make sure that since it does not have a tets case,would talk with th...

Answered by: BRIJESHil.com on: Sep 16th, 2011

In my project, I have reported such type of bugs through reporting to my project manager at client site.
Defined the severity for the bugs and defined the steps to reproduce the issue which helps for future as well.

Generally, I have done while executing EXPLORATORY TESTING.

Troubleshoot blank page

Asked By: ssg411 | Asked On: Sep 24th, 2010

Suppose you go to a web application and launch an application but hit a blank page. How will you troubleshoot this problem?

Answered by: Ben on: Aug 30th, 2011

Web applications have multipple Http error codes that will help trouble shoot the issues. example 404 Error, 500 Internal Server error In this case where we have a blank page, 1) we will try it in mu...

Card validation (client & server)

Asked By: mathan_vel | Asked On: Jul 29th, 2010

Card validation is given for you for testing. What you would test in client validation and server validation?

Answered by: Ben on: Aug 30th, 2011

On the client we make sure the field validations for the credit card number are based on card type . (Ex: VISA 16 digits, AMEX 15, etc) Credit card expiry date should always be current date or above C...

Given an yahoo application how many test cases you can write?

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

Answered by: geetharam123 on: Jul 8th, 2011

The number is undefinable. We can write as many test case we need that is relevant to the requirements. e.g some test cases can be broken down into small test   cases... Etc.,'

Answered by: kurtz182 on: Dec 31st, 2009

The answer to this question depends on: 1) My role in the company2) The purpose of the application3) My knowledge of the industry that the application serves4) The value the application has to the com...

Testing scenarios : how do you know that all the scenarios for testing are covered?

Asked By: Interview Candidate | Asked On: Aug 23rd, 2005

Answered by: nbabu11 on: May 13th, 2011

Test Scenario is the high level explanation of the functionality.
Test Scenario contains number of Test cases which inturn test cases contain Test steps.
If the tester is able to complete all the test cases execution related to the test scenario, then we can say the test scenario testing is covering.

Answered by: prasad.rich on: May 3rd, 2011

Software Testing can never be completed but we see to it all the requirements mentioned in the SRS,LLD(Low Level Design) are there in the test scenarios. All the major functionalities have been covered in the scenarios.

Notepad "save as" functionality

Asked By: Depthi | Asked On: Nov 1st, 2010

What are the different scenarios that can be identified for testing a simple notepad save as functionality? The save as does navigate to the file name and file path. Given these two fields what are the various scenario that can be applied for testing?

Answered by: shri.sam on: Dec 4th, 2010

1. Can save Notepad as csv format
2. Can save Notepad as vbs format
3. Can save Notepad in different locaion including portable drives

What is the difference between functionality and gui testing in a web based project? Does field validation come under gui or functionality testing?

Asked By: prabhu_007 | Asked On: May 23rd, 2006

Answered by: sarega99 on: Jul 8th, 2010

Functionality Testing means you are testing the system to make sure it is functioning correctly. For eg. login in a page. Are you able to login correctly with the username and password.Another example...

Answered by: Nik_Agarwal on: Sep 20th, 2006

GUI Testing: Test if the objects are displayed exactly how they are supposed to display.Fuctional testing: Test if the GUI objects are functioning correctly, fulfilling the purpose for which they are ...

Important test cases for testing search engine like google.Asked in interview, so what are the main test cases like performance, stress etc..

Asked By: dd | Asked On: Nov 5th, 2007

Answered by: sarega99 on: Jul 6th, 2010

Test cases would be based on the requirement documents. Based on the requirements we would be able to create the functional test cases, User Interface test cases, Messages etc.  For eg. the types...

Answered by: kurtz182 on: Dec 25th, 2009

Let me add to the obvious conventional non-functional tests, this functional test:  Verifying page rank by convention and by popularity using keyword and keyphrases.  Doing this for text, images, and videos. 

QTP and database transition

Asked By: iamwithu | Asked On: Jul 2nd, 2010

While using QTP for database testing and db used is Oracle and the transition is made to SQL, so now how this will affect the automated scripts?

End to end business scenarios

Asked By: saisekaran | Asked On: Mar 18th, 2010

Create end to end business scenarios and execute the scenarios to perform the regression testing of a telecommunication business.

Can we execute the testcase manually and automate them later by using winrunner? If so how?Please explain?

Asked By: Sridevi | Asked On: Oct 22nd, 2006

Answered by: smangamuri on: Mar 12th, 2010

1. You can excute your test cases manually.
2. Regression purpose only you can case automation.
Any company  before going to start automation, first excute the test cases through  manually.

Answered by: mathan_vel on: Aug 31st, 2009

Yes you can execute the bug first with Manual, Later with Automation Tool (winrunner) with scripts with multiple data sets (data driven, parameterization, etc....)

Is it compulsary that a tester should study a design document for writing integration and system test casses

Asked By: S.Lakshman Kumar | Asked On: Sep 21st, 2005

Answered by: kurtz182 on: Jan 11th, 2010

A Software Design Document (SDD) is intended to coordinate the efforts of a large team under a single vision by outlining all parts of a software and how it will work.  It contains...

Answered by: srinivasulub1981 on: May 6th, 2009

@ ravikumar

Yes... Integration testing will be done by Developers...


Unit testing : Dev

Module testing : Tester

Integration : Dev

System : Tester

UAT : Client

Thanks.
Srinivas

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.