Posts by Luiz Macedo • 56 points
5 posts
-
1
votes0
answers396
viewsQ: Json returns empty (web service with Jersey)
I am developing a web service using Jersey and the Json returned by one of the methods is coming empty. The strange thing is that the other methods are following the same logic and are working…
-
2
votes1
answer412
viewsA: Better HTML structure - Virtual Store
Face your question has no answer because there is no structured HTML for sites of type a or b, HTML is to structure how the elements will be displayed. Trying to help you I’ll tell you what:…
-
0
votes1
answer59
viewsA: Frameworks to test on Android app and Webservice
Whoa, whoa, mate! For unit testing on Android you can use the Android Testing Framework, but there are several automation tools, just take a quick search on the web. Already for performance tests in…
-
-1
votes1
answer424
viewsA: Eclipse and Selenium - Transforming . JAVA into . EXE or . BAT
If your file is an . executable jar and not a . package jar you can run this command at the prompt: java -jar meuJar.jar
-
1
votes1
answer1614
viewsA: Visible but not yet clickable element
In addition to checking if the element is visible through the method you quoted you can check whether the element can already be clicked through the elementToBeClickable method before calling the…