IF ASCII_CODE_OF_ENTERED_CHAR is less than 44
THEN reject it
ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56
THEN reject it
ELSE it's a digit, so accept it
Which one of the following sets of ASCII codes do you use
to test the sample code above WITHOUT redundant coverage?
No Answer is Posted For this Question
Be the First to Post Answer
what is the different between application server and database server?
What is the Difference between Network testing and Web Testing?
Write max. no of test case's in following scenario Developer develops single page which consist of simple Text box and a Submit button. Developer has not written a single line of code for the button (i.e. no relation of Text box and Submit button). No validations are implemented on Test box as well as button.
what is difference b/t severity and priority
4 Answers Tech Mahindra, Value Labs,
How do u go about testing of web application?
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
what are the Test cases we can write for pop-up window, Anybody can let me know in detail. Thanks in advance.
In Manual testing BDD meaning
Why is it impossible to test a program completely?
How to write JSON query ? Explain with Example
what are the examples for web based applications and Client Server Applications
5 Answers ASD Lab, CFCI, College School Exams Tests, GXS,
1.what is Exhaustive Testing, Statement Testing, coverage Testing, Decision Testing & Condition Testing?