u have 1000 of delete button in ur application ,how to
check it out,.one by one ? or how to check it out by easy
way?
Answers were Sorted based on User's Feedback
Answer / sabina
writing a script in an automated tool which will identify
the delete button and run a counter which will count for
all the delete buttons which it has captured.
once the counter reaches 1000 it will exit.
in case less than 1000 it will show the counted value.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / aman
When any application is given for the testing, test Plan and
test cases are defined in the document for testing.
Here in the given application we have given 1000 of the
delete button, where every delete button has the same
functionality, I think I will have to check a single DELETE
button and I have to ensure these situation (which is not
relevant) from the architecture or senior developer.
Aman Kumar
aman.testing@gmail.com
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / girish.br
first the condition given by client and make the test cases
| Is This Answer Correct ? | 2 Yes | 5 No |
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
What is the Stub abd the driver ?Are these both using at the time of Top-up approach of integration testing and bottom-down approach testing .?
What is testing ?
What is the difference between bug,defect, error, failulre, fault & mistake?
What is endurance testing?
16 Answers Infosys, MBT, Syntel,
What is the difference between White Box testing and Unit Testing?
What are the major testcase design techniques?
is it possible S1 comes under P1 ?
how many days did u study ur business req specifications for a one year project? how many days did u write test cases for a one year project? how often do u get builds in ur company? plz answer , brahma412@yahoo.co.in
give some good bugs that u have found ?
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
what do you mean by Develop test data through sourcing (or) handcrafting techniques