GeekInterview.com
Series: Subject: Topic:

Functional Testing Interview Questions

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

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)

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

Answered by: mithr17 on: Nov 21st, 2011

I totally disagree with "kurtz182" answer.

The answer is both B & D.

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?

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: Suma on: Apr 21st, 2012

Functional testing and Functionality testing: Functionality testing is part of the functional testing to check the application behavior by giving some inputs, expected out come it should be as per the...

Answered by: Gangadar Talari MAHABUBABAD on: Sep 14th, 2011

Functional testing means block box testing it defines to test the each and every functionality of the whole application

Functionality testing defines to test the selected functionality of the application

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

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

Answered by: thebobblogs on: Nov 19th, 2011

Apart from prioritizing functionalities......

The black box testing technique for reduce number of test cases can help.

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: prakash on: Oct 10th, 2011

Sanity testing will be do after FRD is approved and testcases are designed

Answered by: Madhan on: Oct 4th, 2011

Once the FRD is ready...we will Review the Document...and start designing the test cases...

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

Functional testing question

Asked By: lakshmiadus | Asked On: Jul 10th, 2008

Hi,can any one answer me the following question? I have three text fields, one should accept a string as input, second text box should accept a float as input and the third text box is for output. The output should be an integer. What are the possible test cases we can write for the above functionality?My...

Answered by: kurtz182 on: Dec 20th, 2009

Here are possible test cases:1. Verify 'string' text box accepts all alphanumeric characters as defined in specifications2. Verify upper limit value in 'float' text box3. Verify upper ...

Answered by: mathan_vel on: Jan 7th, 2009

1. Before that check that both the Text box fields are enable or not.2. Enter the Blank, numerics, Alphanumerics, Special characters,Single quote, maximmum value or the combination of all in the Text ...

Testing a flash file and HTML file

Asked By: vaibhavst | Asked On: Feb 27th, 2008

Have you found any difference while testing a flash file and HTML file? If yes what are they?

Answered by: kurtz182 on: Dec 15th, 2009

I can think of three major differences between testing a flash file and an html file:1) Testing an html file is about verifying the static elements on a web page while testing a flash file is more abo...

Answered by: mathan_vel on: May 6th, 2009

Nothing difference.
For run a flash file in browser needs the plug-ins. if the plugin is not available(not installed), the screen areas shows empty
For Html file its not needed.

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".