There is a line in the specification of GUI for URLyBird 1.1.2 which states that:
"It must allow the user to search the data for all records, or for records where the name and/or location fields exactly match values specified by the user"
I understand that 1.I must allow a search by name 2.I must allow a search by location 3.I must allow a search by both name and location.
Please comment whether my understanding is correct.
Also, I think that the line "It must allow the user to search the data for all records" means that the user must be able to fetch all records by doing a blank search or having to click a button.Is it true?
please help
SCJP 5<br />SCWCD 1.4<br />SCJD 5
Alex Belisle Turcot
Ranch Hand
Joined: Apr 26, 2005
Posts: 516
posted
0
Hi,
Originally posted by rohan tiwari:
I understand that 1.I must allow a search by name 2.I must allow a search by location 3.I must allow a search by both name and location.
Please comment whether my understanding is correct.
You are correct. You could also interpret this with an additional case, which I remember reading from another rancher : 4. Must allow a search by both name OR location by fetching any record matching either the name or the location (2 search behind the scene).
This comes down to documenting your understanding of "name and/or location". I would also suggest you to read this thread: findByCriteria()
I think that the line "It must allow the user to search the data for all records" means that the user must be able to fetch all records by doing a blank search or having to click a button.Is it true?
Yes, SUN must be able to "click/hit a key/do something" to fetch all the records, no matter his name/location.
Regards, Alex
rohan tiwari
Ranch Hand
Joined: Sep 13, 2007
Posts: 82
posted
0
Thanks
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Doubt in specification of GUI for URLyBird 1.1.2