ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Manual Testing:
1.How do we categorize Test cases in Regression Testing?
2.How can u do Performance  tESTING?
3.What r the parameters u apply for doing functional testing?
4.what is non-functional testing?
5.if they r more number of test cases how can u pick up a
selective test case?
6.what is good requirement& bad requirement?
7.what is functionality testing?
8.how to manage test cases when requirements change?
9.at what phase of project testing starts?
10.diff between test bed n test environment?
11.what did u achieve being a tester?
12.what is pare to analysis?
13.what is testcondition? who prepares it n when it is used?
14.what is show stopper?
15.what is backend testing using sql?
16.diff bet application testing n product testing?
17.what is cause effect graph?
18.how performance testing done manually?
19.what is proto type testing?
20.pre UAT and UAT testing?
21.
what is broken link in web testing n how to test it?
22.what is cyclomatic complexity explain with example?
23.what is buddy testing?

 Question Submitted By :: Sravanthi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Manual Testing: 1.How do we categorize Test cases in Regression Testing? 2.How can u do Performance tESTING? 3.What r the parameters u apply for doing functional testing? 4.what is non-functional testing? 5.if they r more number of test cases how can u pick up a selective test case? 6.what is good requirement& bad requirement? 7.what is functionality testing? 8.how to manage test cases when requirements change? 9.at what phase of project testing starts? 10.diff between test bed n test environment? 11.what did u achieve being a tester? 12.what is pare to analysis? 13.what is testcondition? who prepares it n when it is used? 14.what is show stopper? 15.what is backend testing using sql? 16.diff bet application testing n product testing? 17.what is cause effect graph? 18.how performance testing done manually? 19.what is proto type testing? 20.pre UAT and UAT testing? 21. what is broken link in web testing n how to test it? 22.what is cyclomatic complexity explain with example? 23.what is buddy testing?
Answer
# 1
1. Categorize as per the main flow& high priority test 
cases, more defect density area covering test case, failed 
test cases and randomly picked test cases etc.

2. It is performance team responsibulity,
 i.e. they validate the application by appling more number 
of vertuial user at a time to check the load, stress & thus 
point

3. Validating the application as per the Expected and 
actual result

4. GUI, Performance, Security etc

5. As per the preyuarity

6. Good requirement - which covered all the business 
requrements
 Bad requirement - which does not covered all the business 
requrements, not able to understand, not clear

7. its field level verification, where we validate wheather 
respective application is beheaving as per the requiorements

8. If u prepare RTM (Requirement Trasability Matrix), it 
will be easy to track the test case and there requirements

9.Tester activity starts after BRS and SRS are ready
execution phase starts after build is ready

10. Test bed - set of test cases (whech is related to 1 
main funtionality)
Test Environment - Hardware and software setup in mechine 
to run the application

13. It discribe one perticular action of an application as 
per the requirement, it is used at the time of writing test 
cases

14. Mismatch\ defect found at the time of exetution and you 
are not able to execute furture

15. The impact of field inputs need to store in back end 
i.e table or records. 

In back end testing we test, wheather given inputs in front 
end (Field) are stored in respective tabler form or not. to 
validate this back end (Table or records) we will use SQL
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: Manual Testing: 1.How do we categorize Test cases in Regression Testing? 2.How can u do Performance tESTING? 3.What r the parameters u apply for doing functional testing? 4.what is non-functional testing? 5.if they r more number of test cases how can u pick up a selective test case? 6.what is good requirement& bad requirement? 7.what is functionality testing? 8.how to manage test cases when requirements change? 9.at what phase of project testing starts? 10.diff between test bed n test environment? 11.what did u achieve being a tester? 12.what is pare to analysis? 13.what is testcondition? who prepares it n when it is used? 14.what is show stopper? 15.what is backend testing using sql? 16.diff bet application testing n product testing? 17.what is cause effect graph? 18.how performance testing done manually? 19.what is proto type testing? 20.pre UAT and UAT testing? 21. what is broken link in web testing n how to test it? 22.what is cyclomatic complexity explain with example? 23.what is buddy testing?
Answer
# 2
Broken link: it can be stated as a link which points to a 
file which no longer exists. For example when we clik on a 
link and the "page cannot be displayed" msg is there on the 
explorer and explorer refers to the homepage of the site on 
which the link was there. 

To Test It 

pre requisites:
Link should be visible
should be connected to the internet
application should be loaded

Description:
Verify the link on click takes to the next page or not

Action:
Click the link

Expected: 
link should take u to the next page

TC 2: right click on the link Open in new window exp: takes 
u to the new page
TC 3: Select the link and press enter exp: takes u to the 
new page

actual: doesnt take to the new page. Test fails
 
Is This Answer Correct ?    0 Yes 0 No
Abhi
 
 
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Can some one tell me what is test environment? And What is test set up?  2
wat is ur involvement in test plan CTS3
what is project and how many types of industry projects are there  1
How you convine the Client that the application is very stable after testing. What type of Document you show to him or anything. HP2
What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel" Button ?  8
actually i want some sample test case which used in projects  1
what is equivalence boundary Deloitte5
I Want to know for the different fields For e.g there are 6 different fields and menus, How much possible test Cases can be written there is any calculation?  1
How to perform Regression testing manually?  3
friends i know what is regression testing but i need an real time example from any of the projects.. Wipro2
Could anybody send me testcase format for website testing?  1
What is Elementary Acceptance Testing  2
Could any one tell me about 'Deployment Testing'?Who will use this and when? Thanks In advance.......... Regards, MurthySharma.Manchella  1
How do we decide scope for smoke and sanity testing? BMC1
What is meant by benchmark testing? Aricent1
What skills needed to be a good test maual?  1
Explian equivalence partioning with anexample? RTG3
What is Mean by V-Module? MBT19
diff between smoke testing and sanity testing IBM7
knowledge of Sales domain  1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com