I need to write test cases on functionality! I guess It’s easy but I have no idea what should I do! Please help me! I’ve been given this testing task by my dream company that I want so bad to work for!
To implement web-service which will provide SOAP/HTTP interface for UI application. Web-service should return in response concatenated value of first name + last name found by user id provided in request to the service. Information about users is stored in database
USERS table with columns: User_id (number, PK), First_name (varchar2(50), nullable=true) Last_name (varchar2(50), nullable=false)