Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Under What Conditions Should You Test set() and get() Methods?
Under What Conditions Should You Test set() and get() Methods?
✍: FYICenter.com QA Team
This is a good question for a job interview. It shows your experience with test design and data types.
Tests should be designed to target areas that might break. set() and get() methods on simple data types are unlikely to break. So no need to test them.
set() and get() methods on complex data types are likely to break. So you should test them.
2008-02-12, 5214👍, 0💬
Popular Posts:
How to force a page to go to another page using JavaScript? <script language="JavaScript" typ...
interview.FYIcenter.com offers a collections of interview questions and answers for software and Web...
What Is Posting? Posting is an event that writes Inserts, Updates and Deletes in the forms to the da...
How do I use forms? The basic syntax for a form is: <FORM ACTION="[URL]">...&l t;/FORM>Wh...
What are the different elements in Functions points? The different elements in function points are a...