GeekInterview.com
Series: Subject: Topic:

Functional Testing Interview Questions

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

What type of testing you will do once the frd is in place and approved?

Asked By: mathan_vel | Asked On: Apr 6th, 2011

Answered by: Eiseprod on: Mar 1st, 2013

FRD stands for functional Requirement Document. The first type of testing you would do when the FRD is ready and approved is STATIC TESTING. This involves studying the work documents like the Requirem...

Answered by: dawn on: Feb 14th, 2013

What is FRD here ???

Testing basics

Asked By: subburaj28 | Asked On: Nov 8th, 2012

What is the difference between smoke and sanity testcase?

Answered by: Shankar on: Feb 11th, 2013

Smoke testing is a shallow and wide approach whereby all areas of the application without getting into too deep, is tested.

A sanity test is a narrow regression test that focuses on one or a few areas of functionality. Sanity testing is usually narrow and deep.

Answered by: sudhapriya.c on: Jan 1st, 2013

Smoke testing-it is a bulid verification test.
only the essential functionalities will be checked.

Sanity testing-only sanity of code will be checked.
Particular code will be checked before it actually combined to existing system.

Acceptance testing

Asked By: thish | Asked On: Apr 21st, 2009

The main focus of acceptance testing is:a) finding faults in the systemb) ensuring that the system is acceptable to all usersc) testing the system with other systemsd) testing from a business perspective.

Answered by: abhijit lalge on: Dec 9th, 2012

b) Ensuring that the system is acceptable to all users

Answered by: Suma on: Apr 21st, 2012

I would say all above the reasons are correct. Testing should takes place at user end(Different environment)testing should meet end user specification.

Functional and functionality testing

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

Can anybody describe the difference between the functional testing and functionality testing?

Answered by: sharath on: Oct 19th, 2012

Functional testing is nothing but testing the each and every component independently is known as functional testing.

Answered by: Reddem Siva Kumar Reddy on: Oct 5th, 2012

Testing each and every component of the application with all possible values is called Functional Testing

Black box testing

Asked By: vishanth ram.m | Asked On: Aug 14th, 2012

What is difference between equal partioning and boundary analysis?

Answered by: shravan on: Aug 25th, 2012

Equivalence partitioning is a technique that divides the i/p domain of a program into classes of data from which test cases can be delivered. - For each piece of the specification, generate 1 or more ...

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.

Functional testing

Asked By: jyotirmayee nanda | Asked On: Mar 26th, 2012

What do you mean by a dependent functionality in a build?

Answered by: hemalatha on: May 14th, 2012

functional testing: testing each and ever functionality in the application whether it is working properly or not giving valid information to the implication,and invalid information to the application,functionality is a black box testing.

Answered by: Dillip Palai on: Apr 20th, 2012

Functional testing is a type of black box testing that bases its test cases on the specifications of the software component under test. Functions are tested by feeding them input and examining the output, and internal program structure is rarely considered (Not like in white-box testing)

Need of functional testing?

Asked By: Hemalatha Anjali | Asked On: Jul 8th, 2011

What is the need of testing functional part of an application when structural part is tested properly?

Answered by: Suma on: Apr 21st, 2012

I didn't understand structural testing means, in functional testing to check the application functionality not only individual , but also different part(Combination) of the application functionality t...

Answered by: mithr17 on: Oct 17th, 2011

Functionality testing is testing for requirements. So now tell us wouldn't you like to check if the application adheres to the requirements that client desires as they are paying for the entire project?

What are the modules and sub modules manually tested in retail banking project?

Asked By: tbnag | Asked On: Mar 18th, 2012

There are 3 modules in retail banks 1. Admin, 2.Banker 3.Customer. i wanted to know, commonly what are the change requirement occurs in these modules(in a already working bank)? Also, provide few test scenarios the respective change requirement?

What are the limitations of black box testing?

Asked By: Javed Alam | Asked On: Apr 30th, 2011

Answered by: mfsi_chinmayb on: Jan 16th, 2012

Hi Black box testing which is otherwise termed as Specification based technique.Hence the major job of this technique is abiding the specification made for the project.This technique is handicapped w...

What is the difference between agile methodology and waterfall model?

Asked By: madhavimoturi | Asked On: Sep 11th, 2011

Answered by: thebobblogs on: Dec 13th, 2011

For testing;
Agile require more effort for regression testing and automation testing than Waterfall.

Answered by: Abhyudaya on: Nov 28th, 2011

In Agile methodology we are repeating the cycle of develop and test.We started from FRD to do coding and then testing,small builds are coded and tested again if any new modifications are needed it ca...

Bakward testing & regression testing

Asked By: chavageek | Asked On: Jan 31st, 2011

Are both 'bakward testing' & 'regression testing' one and the same? If not, what is the difference between them?

Answered by: Gypsyqueen on: Sep 28th, 2011

I'm guessing you mean backward compatibility testing?? Given multiple version releases, an application created on a new version should still work with the older versions making it backwards compatibl...

Answered by: Suma on: Aug 30th, 2011

Backward testing means testing the application backward means if you find any defect while testing the application find out the route cause of that defect by checking the testcases properly written o...

Manual test case for login page

Asked By: krishna preethi | Asked On: Sep 17th, 2011

Here is the template below. I would like to see the detailed test cased for login page column 1 is the "test case id number" column 2 is the "test case name" column 3 is the "test objective" column 4 is the "test conditions/setup" column 5 is the "input data requirements/steps" column 6 is the "expected...

Answered by: Anshul Gupta on: Sep 22nd, 2011

Hi krishna, I m explaining it with the functionality of the OK button for login. "test case ID number" : TC1 "test case name" : Login module for OK button "test objective"...

Break-in function

Asked By: mathan_vel | Asked On: May 18th, 2009

What is a break-in function? How do you perform this in software testing?

Answered by: Trupti Amit on: Jan 8th, 2010

Enables or disables the users' ability to exit a script from the tray icon menu.

Answered by: kurtz182 on: Dec 10th, 2009

Seems to me a Break-In Function refers to setting a breakpoint in a particular function using an debugger in order for the program to halt when the breakpoint is reached. 

Test cases for mandatory fields

Asked By: Valusa79 | Asked On: Aug 14th, 2008

A page/form has 4 mandatory fields to be entered before you submit.How many no. Of test cases are required to verify this?And what are they?

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

Assume the four fields are present in the application those areuser namepassword phone numbermail idIn this Password and Mail id both are required fields o complete the registration1. Press submit b...

Answered by: nitap on: Oct 26th, 2010

Along with all these tests we also have to test for the next tab. After entering first field and when we press tab to go to next field exactly where it taking the control.

Functional test case for water heater

Asked By: mathan_vel | Asked On: Oct 4th, 2010

Write the functional test case clearly for the water heater

Answered by: iamtheone on: Jan 9th, 2011

Question to ask from Interviewer: Is it a geyser or a simple water heater rod? TCs for water heater rod: Acceptance Test case: Verify if the water heater heats given amount of water in specified ...

Answered by: Aditya M on: Nov 15th, 2010

Functional test cases tests the basic functionality of the product.For water heater we can have following test cases:1. Verify if it heats the water.2. Check if it satisfied the claims mentioned in sp...

Mapping functional test cases

Asked By: mathan_vel | Asked On: Oct 4th, 2010

How the functional test cases could be mapped?

Answered by: Aditya M on: Nov 15th, 2010

Functional test cases can be mapped with functional requirement document with the help of Requirement traceability matrix (RTM).RTM is a document which shouws the mapping of test cases against require...

List box testing

Asked By: latha.vaidyanathan | Asked On: Sep 3rd, 2010

How will you check for a selected list box value using selenium?

Test text field

Asked By: pavankumarreddy | Asked On: Aug 22nd, 2008

How many possibilities are there to test a text field? What are they?

Answered by: Usha_s on: Jul 29th, 2010

If the field accepts positive numeric values
1. Test for max length
2. Test for negative value
3. Test Boundatory values
4. Test Equivalance

If alpha numeric
1. Test for max length
2. Test for special char

Answered by: wjosephson on: Dec 18th, 2009

One other possibility not mentioned above.On international web sites the character set may very well change, e.g. English in one region, Japanese in another.Test that only valid sequences are allowed,...

Boundary value

Asked By: kumsan060 | Asked On: Apr 20th, 2008

What is the min amd max length of password

Answered by: mailme.qualityfirst on: May 6th, 2010

Min and Max length of Password is as per the functional spec/SRS. But ideally it is 6 to 18.Testing at boundary values is called Boundary Valuec Analysis. Testing has to be done for Values at 6, 6-1, ...

Answered by: kurtz182 on: Dec 15th, 2009

The minimum and maximum length of a password is defined in the application's business requirements or technical specifications.  It is generally 6 to 12 characters in length.  To test it...

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.