UI Testing

How do you test when the User Interface is not available? What types of tools would you use?

Showing Answers 1 - 12 of 12 Answers

Harshan

  • Feb 19th, 2015
 

open the web-ui of device if its accessible or try to log-in using SSH or try serial log-in using com port.

  Was this answer useful?  Yes

Purushothaman Ramasamy

  • Mar 16th, 2015
 

If UI is not there then can check out with the refrence of Requirement specification using Selenium HTML unit browser (Driver), which is the case of Website/Webapplication

  Was this answer useful?  Yes

Test the API by which functionality can be tested.
update DB as a work around to proceed.
Run the backend jobs by passing paremeters which otherwise would have come from front end.
Sometimes you may test in a more detail way, as some conditions may not be allowed via UI but can be tested if we are testing individually

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions