answersLogoWhite

0


Best Answer

i did'nt do that firts you whta is your answer

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write test cases to test a graphical user interface for the first time?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is interface in a compouter?

In Java , Graphical User Interface (GUI) programming. Users interact with modern application programs using graphical components such as windows, buttons, text boxes, and menus. It would be difficult to write a GUI application from scratch. Luckily, most of the work has been done for you in a set of classes called Swing.


What is the use of console application in c sharp?

A console application is an Windows application where you only have access to a command-line console. You cannot use Win Forms with a console application. The Console class contains methods that you can use to interact with the user, such as Console.WriteLine("Hello World!"); They are useful if you want to write a program that you can run from a command line that does not need a graphical interface.


In what sense is java program similar to SharpDevelop program?

These two things are nothing alike. Java is a programming language. SharpDevelop is an integrated development environment (IDE) for the .NET platform, which is basically a nice graphical interface in which people can write programs in the .NET languages.


Write a program in java interface for calculating area?

interface Shape { public double getArea(); }


What is java GUI?

GUI means Graphical User Interface; it refers to any visible elements that are commonly used to show content to the user: the windows, buttons, text-boxes (areas to write text), etc. Ex: Java AWT, Java Swings, JSP etc


Can a class write inside an interface?

Yes, you can create a static class inside an interface, but it is normally not a good idea.


IStream interface allows you to do what?

An IStream interface allows one to write and read data to stream objects. The IStream interface can define a method that is similar to MS-DOS- FAT file functions.


How do you create an interface?

by declaring in the header of the class: public/private interface [interfaceName] and do not write any method body(i.e. public void dance();)


How can you write an interface name M and In the interface M place 2 methods named taste and smell both return String type in java program?

interface M { String taste(); String smell(); }


On Black Friday how do you get to the electronics if their in glass cases. how do you get there first?

First learn and write down the product name and store's product number for that item. Then be the first person at the checkout counter, with that information in hand.


Write a program to demonstrate the usage of interface to implement multiple?

interface ISampleInterface, {, void SampleMethod();, }, //use---------------------------------..., class ImplementationClass : ISampleInterface, {, // Explicit interface member implementation:, void ISampleInterface.SampleMethod(), {, // Method implementation., }, static void Main(), {, // Declare an interface instance., ISampleInterface obj = new ImplementationClass();, // Call the member., obj.SampleMethod();, }, }


Test cases for testing a pocket calculator?

Write 3 test cases for testing a pocket calculator.