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
in employe details form, we are entering First name as 
manjunath and Last name as sastry. but when we retriving 
the data in reports form, it shows as first name as sastry 
and last name as manjunath. here bug may be in employee 
details form or reports form. how you check in manual?
 Question Submitted By :: Sai4sm
I also faced this Question!!     Rank Answer Posted By  
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 1
i will do white box tesing
by open the code and check the mapping of fields in reports 
form
 
Is This Answer Correct ?    0 Yes 0 No
Vijaya
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 2
Surely for this we have to do gray box testing.

First we have to enter First name as manjunath and Last 
name as sastry in employee details form. Then we have to 
save the employee details.

After this when we check the values get stored for First 
Name and Last name field of corresponding table (may be 
employeeDetails)in database, we will get the answer for 
above question.
 
Is This Answer Correct ?    0 Yes 1 No
Rajesh
 
 
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 3
Hi Vijaya & Rajesh thank you a lot for clarifying the my 
question.
 
Is This Answer Correct ?    0 Yes 0 No
Sai4sm
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 4
In this there may a mistake in database where the data has
been stored. So just check it out in the database which one
you are using. From the database only the fields may be
changed for 1 column to another.
 
Is This Answer Correct ?    0 Yes 0 No
Vijay
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 5
We can verify it without connecting to DB or looking at the 
code.
How? it's simple: 
Once you enter the name in the Emplouee details form, go to 
some other page of application where you see Firs/Last 
name. Check if the first/last name is displayed correctly. 
You can try this on 2-3 pages. If the information is 
displayed correctly on other pages, that means there is no 
error while storing the detail in the DB. Hecne the error 
is in Reports form
 
Is This Answer Correct ?    1 Yes 0 No
Who Knows?
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 6
The answer for this is we were doing only form testing.form 
testing is different from report testing.form testing means 
whether the supplied information from the front end is 
correctly stored in the data base or not.

and the report testing is whether the data from the data 
base is correctly retrieved or not

They both come under Data base testing
here we doing form testing.and intimate thge bug that the 
first name and last name was interchanging in the reports 
of the data base.
 
Is This Answer Correct ?    2 Yes 0 No
Shanmuk
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 7
Agreed with shanmuk....
 
Is This Answer Correct ?    0 Yes 0 No
Nitin
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 8
here we have to do database testing. it includes mainly two 
types of testing:
1) testing whether the data is stored in the database 
correctly or not
2) testing whethr the data from the database is retrieving 
correctly or not

      in the above case, after entering first name and last 
name, we can test (1)st case.if it is correct means there 
is no bug in employee details form and definetly there may 
be a bug in report form while retrieving the data from 
database.
       like these cases, we can check viceversa.
 
Is This Answer Correct ?    0 Yes 0 No
Visarada
 
  Re: in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Answer
# 9
Good Visarada!!!!
Its called Thinking Out Of Box
 
Is This Answer Correct ?    0 Yes 0 No
Sowmya
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is the difference between User Acceptance Testinga and System Testing? EDS9
what are the testing methodologies? GE5
what are the different types of SDLC? Satyam14
What is White Box testing and who is responsible for white box testing? TCS10
hi friends , h r u all off uu ,,what is -ve , +ve test cases,what is differnce between both pls tell thanks advanceeeee Netsoft5
what is the meaning of the negative testing?  6
Can Any one tell me How to test Stand alone application? wht are the major points to cover & how performance is tested of this application?? can any 1 tell me its bit urget for me guys.  4
How we will do the regression testing (in real time)  5
what is ur approach if u find a bug, while you have release in next one hour? QA1
What is Static Testing and Static Test Technics?  1
What is Performance Testing?  2
Hi frnz!! Can we do the Testing without writing Test Cases, but only posting the bugs in the BMS? HCL10
How will you deploy a web appln?i mean how will recive that build if it is web based(asp.net)?  5
What are the various black box and white box testing techniques?  6
Is it necessary to test application in lower versions of OS when you have tested in latest version TCS4
what is differnec between the Acceptance test plan and System test plan?  2
what is the difference between web applications and lient server applications  3
What all possible test scenarios can be written for the PAINT OF An Airplane? Cognizent1
1.What is the difference between HTML and XML? 2.What is Registry? What is the necessity of IP Address? 3.Test Cases on Coffee Machine? Before shifting machine to the client which test we can be perform? McAfee5
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?  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