Black Box testing attempts to find errors in which of the
follwing categories
1)Incorrect or missing functions
2) Interface errors
3)Performence errors?
we have three windows with title(logical
description),India.com,Government of India.com,India
Inc.com.All three windows have similar properties and
object.A test script has to be run on all these windows.what
changes will u make in GUI or script so that the script runs
succesfully on all these three windows with the least
alteration required? Please explain clearly with steps.
Assuming you're given the File->Print Page of MS Word to
test,what test cases would you write to test the 'Number Of
Copies' field(the max. Permissible value being 32767]?
Suppose that your're running tests on the windows calculator
and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13.
Write a bug title and Bug Description that effectively
describes this problem?
Suppose there is a global variable called Counter.And there
is a user defined function called my_function.which does
not take in any parameters. How can a test engineer utilize
Counter inside my_function body?