Can any one tell me the test scenario for a 'Label' with
specification "This field may contain a number that is auto
generated by the system. Every subsequent quote should
display the next available number "
Answer Posted / ksiva2k
Auto number:
It shouldn't generate the previous set of number in some scenario:
1.Number starts from 100,101,102,103...200
2.Delete intermediate no. like 110.
3.It should not generate 110 instead of 201.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why you choose automated testing over manual testing?
How is retesting different from regression testing?
Tell me some key points to consider while writing a bug report.
What are the technical and environment risks u faced in ur testing career?
What if the project is not big enough to justify extensive testing?
Mention some of the types of software testing?
What is the difference between Outsourced Testing and Crowdsourced Testing
Explain the process of qa testing?
What actually a SQA Tester do in His/ Her first (entry level) Job?
What is the difference between web, window, desktop and client server application testing?
What are the responsibilities of a qa analyst?
What if the application has functionality that was not in the requirements?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
List out various tools required to support testing during development of the application?
What are the defects found in testing banking domain?