Hello guys,
i am in need of urgent help,
This is my code so far
package com.appium.facebook.androiduiselector;
import org.junit.Test;
import org.openqa.selenium.remote.DesiredCapabilities;
public class FacebookLoginTest {
@Test
DesiredCapabilities capabilities = new DesiredCapabilities();
(Will write the code further here..)
}
In above code error is shown as "The annotation @Test is disallowed for this location "
where i am wrong,what I am missing,please somebody guide
Thanks
Jennifer