answersLogoWhite

0


Best Answer

User Interface Testing come under GUI (Graphic User Interface) testing. GUI is a functional testing. Six Rules for Microsoft user interface testings are:- * Controls should be clear and visible * Controls should be aligned properly * Controls should not be overlapped * Initial letter should be in capital letters * Making sure that "Ok" & "Cancel" buttons exists. * Making sure that "System Menu" exists.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Microsoft Six Rules Standardfor User Interface testing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the naming rules on Microsoft Word 2007?

Upper & Lower case letters are the naming rules on Microsoft Word 2007.


What are naming rules for Microsoft office word?

ribbons


Golf rules can you put you putter on your line?

No, that would be considered testing the surface, which is against the rules.


What is a rule line?

a ruling line is a ruler in Microsoft Word that is consisted of the vertical and horizontal rules on a page


How do golden rules help interface designers take account of cognitive psycology?

Golden rules in interface design are principles that guide designers in creating user-friendly interfaces based on cognitive psychology principles. These rules emphasize simplicity, consistency, visibility, and feedback to ensure that users can easily understand and navigate the interface. By following these rules, designers can address cognitive psychology factors such as mental models, attention, memory, and perception to create interfaces that are intuitive and effective for users.


What are the advantages of using a validation rules?

The advantage of using validation rules in Microsoft Access is that you get clean and consistent data in your database.


When you implement an interface method it should be declared as public in java?

This is not necessarily true. The only rules for this are that interface methods may not be private. They may be public, protected, or have the default (blank) access modifier.


How confidential is std testing?

Confidential STD testing is used in accordance to the rules and regulations of various different medical associations and communities as well as experts.


Can you mod a game if you are not on xbox live?

It's against Microsoft's rules to do this, I wouldn't recommend it.


What is a API in java?

Application Programming Interface. Rules about how a certain software can communicate with other software.check ot the API library.


What is system testing?

Testing a system after it has been coded, unit tested, and usually undergone intergration testing. Test cases are written from documentation (functional spec, business rules etc..) and then executed to confirm the software will meet requirments.


Abstract class vs interface?

Comparison between an Abstract Class and an Interface:While an abstract class can define both abstract and non-abstract methods, an interface can have only abstract methods. Another way interfaces differ from abstract classes is that interfaces have very little flexibility in how the methods and variables defined in the interface are declared. These rules are strict: