how to write test case for a text field that should be
mandatory
Answer / paul z
First default the field to "" a string with no chars in it then test to see if it is still that.
| Is This Answer Correct ? | 2 Yes | 1 No |
i have two internal tables with customer and credit amount in one table then customer and debit amount in another table. now i need output in single list as customer, credit amount, debit amount and (credit - debit). help me please
Write a program that will convert an integer pointer to an integer and vice-versa.
DAL in oracle
can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.
1.What type of material can be sent from a Java servlet to a browser ? How does the browser know how to deal with the material? 2.Explain what happens to a servlet when a servlet engine is sent a GET request.
Write a sql query to find n'th maximum in the database table.
Write a Program to find the reverse of a given number.
Devise a program to implement the Fibonacci sequence.
Write code that allows to create only one instance of a class?
1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)
Write a Program to truncate a given floating point value (e.g.16.25=16).
Main frame : I have a PS file. 4 records. I need toread a particular field of that file and then add it up. then write the added field along with all other fields