* button2 = (Button) newActivity.findViewById(R.id.Button02);
* }
* /**
* * Testing the button is focused or not
* */
* public void testButtonFocus() {
* String tag = "testButtonFocus";
* Log.e(tag, "start the button focus...");
* assertTrue("Button1 is focused", button1.isFocused());
* Log.e(tag, "send the down key event...");
* sendKeys(KeyEvent.KEYCODE_DPAD_DOWN);
* assertTrue("Button2 is focused", button2.isFocused());
* }
*
* /**
* * Testing the add method in actvity
* */
* public void testAdd(){
* String tag ="testAdd";
* Log.e(tag, "Test the add method in NewActivity...");
* int i = newActivity.add(2, 5);
文章來源于領測軟件測試網 http://www.kjueaiud.com/