What is the difference between GUI and UI testing?
Answer Posted / ramakrishna
In GUI we will ckeck the look and feel of the objects ,which
are shown in the user interface.
IN UI we will check the weather the priscribed fields are
available or not. Here prescribed fields means what ever
fields(objects) are used by end user.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what technical problem u face in your module please tell what is it mean its any bug or anything else i want ans give any example which ever modul u r working for u can give me any example
could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
Hi,Please can any one tell me about SAP Testing concepts.
What is a test scenario?
If client give you a project then which testing you will perform first
What r the things,u prefer and prepare before starting testing?
what r the measure bugs found in your project??? Give some example abt this.
How do u determine,what to be tested?
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
how to create automation frame work ?
What is smoke testing and user interface testing ?
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
What is an inspection in software testing?
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?