Geeks Talk

Prepare for your Next Interview




Manula testing

This is a discussion on Manula testing within the Testing Issues forums, part of the Software Testing category; When the developer do not accepts it is a bug then what to do? what is blackbox testing and white box testing?...


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-17-2008
Junior Member
 
Join Date: Jul 2008
Location: Hyderabad
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
vahinigoud is on a distinguished road
Wink Manula testing

When the developer do not accepts it is a bug then what to do?

what is blackbox testing and white box testing?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-17-2008
Expert Member
 
Join Date: Apr 2008
Location: tamilnadu
Posts: 714
Thanks: 15
Thanked 67 Times in 65 Posts
deepasree will become famous soon enough
Re: Manula testing

Hi friend....

According to my view...

black box:
It tests only the external features of the application.. There is a form named A and the buttons such as radiobutton should be placed on the right of the form then the button should be placed in the screen right side.. we only check the button is placed right

white box:
It check the internal function of the application.. such as in the form if there is a link and by clicking the link the navigation should be done to the form named B. Then we should whether the link gets navigated

If the developer does not accept the bug: This is due to the developer did not understand the severity of the bug.. Tell the route cause of the bug and make make him to analyze. or else send the report to the test manager..

Friends correct me if i am wrong...

Thanks
Deepasree
Reply With Quote
  #3 (permalink)  
Old 07-17-2008
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 139
Thanks: 1
Thanked 44 Times in 29 Posts
Sridevichitthu is on a distinguished road
Re: Manula testing

Hi,

If there is a conflict between priortised BRS and testing scenario then developer might neglect it to be a bug.

Cheers,
Sridevichitthu
Reply With Quote
  #4 (permalink)  
Old 07-17-2008
Junior Member
 
Join Date: Jul 2008
Location: Hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kishorekumar.p is on a distinguished road
Wink Re: Manula testing

Quote:
Originally Posted by vahinigoud View Post
When the developer do not accepts it is a bug then what to do?

what is blackbox testing and white box testing?
hi...
when ever the build#1 is realsed we can do the re-testing, if there is any bugs then by using the testDirector/Q.C the test engg take a snape shot and it send to developer, it is bug no problem, if the developer not agree with that then we inform to the TL ot PM,
Reply With Quote
  #5 (permalink)  
Old 07-17-2008
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 865
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Manula testing

1)Tester should communicate with developer and should ask for problem he is facing in reproducing the bug.
2)Try to elaborate the bug report more every time you report the bug.


Software Testing Expertise: If developer do not accepts a bug; then what to do?
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #6 (permalink)  
Old 07-30-2008
Junior Member
 
Join Date: Jul 2008
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
hakeem is on a distinguished road
Re: Manula testing

Hi everyone... I would suggest that at the time of reporting an issue always give a detailed steps to reproduce the bug and it is always preferable to attach a screen shot as it will make more clearer to the developer. Simple definitions: black box testing -testing of a function without knowing internal structure of the program.that is you do not need to know anything about coding. White box testing -testing of a function with knowing internal structure of the program.you should be aware of coding, testing the coding part itself is called as white box testing. Hope that my answer is helpful to you all...suggestions and corrections are always welcome..
Reply With Quote
  #7 (permalink)  
Old 07-30-2008
Junior Member
 
Join Date: Jul 2007
Location: Pune
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
swati01 is on a distinguished road
Re: Manula testing

Black box testing is not releated to backend structure, & not also it inculde software languages. It is related to functional testing, inpute should be entered correct & output should be display properly. It is related to all the functionality of models. Tester should have the domain knowledge & need SRS document.

White box testing is related to testing of code so tester should knowledge of coding, backend structure, software languages.
Reply With Quote
  #8 (permalink)  
Old 08-10-2008
Junior Member
 
Join Date: Aug 2008
Location: chennai
Posts: 12
Thanks: 6
Thanked 0 Times in 0 Posts
azzu13 is on a distinguished road
Re: Manula testing

Black box testing - not based on any internal design or code. Tests are based on requirements and functionality.
White box testing - based on knowledge of the internal logic of the application's code.Tests are based on coverage of code statements,branches,paths,conditions.
Reply With Quote
  #9 (permalink)  
Old 08-11-2008
Expert Member
 
Join Date: Jun 2007
Location: Australia
Posts: 242
Thanks: 6
Thanked 8 Times in 8 Posts
Sushma Mosali is on a distinguished road
Smile Re: Manula testing

Quote:
Originally Posted by vahinigoud View Post
When the developer do not accepts it is a bug then what to do?

what is blackbox testing and white box testing?
Its hard to convince the developer that there is a bug in the application developed by him/her, for that you need to

1. Reporduce that in the earlier versions
2. Write the steps in detail, from the scratch(even if the developer is aware) of the steps
3. Give as much as info you can, attach the relevant materila , screenshots etc.
4. Try to say on which database/version etc is the issue happening.

Blackbox Testing:Black box testing takes an external perspective of the test object to derive test cases. These tests can be functional or non-functional, though usually functional. The test designer selects valid and invalid input and determines the correct output. There is no knowledge of the test object's internal structure.

White Box Testing;White box testing (a.k.a. clear box testing, glass box testing or structural testing) uses an internal perspective of the system to design test cases based on internal structure. It requires programming skills to identify all paths through the software. The tester chooses test case inputs to exercise paths through the code and determines the appropriate outputs. In electrical hardware testing, every node in a circuit may be probed and measured; an example is in-circuit testing (ICT).
Reply With Quote
  #10 (permalink)  
Old 08-11-2008
Expert Member
 
Join Date: Jun 2007
Location: Australia
Posts: 242
Thanks: 6
Thanked 8 Times in 8 Posts
Sushma Mosali is on a distinguished road
Re: Manula testing

hi,

thats a good question, its hard to convice the developer when reporting the bug, but when we take necessary actions then it would be easy

1. When raising the bug, try to write all the steps in "Steops to Reproduce" section, do not miss even a single step
2. Compare the last version and latest version, where you found the issue
3. Try to attch all the screenshots, documents, files etc

Blackbox Testing:Black box testing takes an external perspective of the test object to derive test cases. These tests can be functional or non-functional, though usually functional. The test designer selects valid and invalid input and determines the correct output. There is no knowledge of the test object's internal structure. This method os testing is applicable to all levels of software testing.

White box testing:White box testing (a.k.a. clear box testing, glass box testing or structural testing) uses an internal perspective of the system to design test cases based on internal structure. It requires programming skills to identify all paths through the software. The tester chooses test case inputs to exercise paths through the code and determines the appropriate outputs.While white box testing is applicable at the unit, integration and system levels of the software testing process, it is typically applied to the unit
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Jmeter for load testing and stress testing dhamodharan2006 LoadRunner 1 10-06-2008 04:10 AM
smoke testing or system testing which testing is done by tester at first trainee_tester Testing Issues 11 09-24-2008 02:36 AM
Defing Smoke testing, sanity testing, ad-hoc testing, monkey testing. bhushanbhangale Testing Issues 5 09-22-2008 05:03 AM
difference between load testing and stress testing bhushanbhangale Testing Issues 2 02-26-2008 06:54 AM
if i have to go for testing should i learn both black box testing and white box Bhagirath Testing Issues 1 02-25-2008 10:19 AM


All times are GMT -4. The time now is 07:51 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved