Results 1 for
"bluej java"
[Help] How to use Selenium RC with Java Eclipse IDE
Dear Sir/Madam, I am new to Selenium. I have worked out with Selenium IDE. I want to know how to work with Selenium RC with JAVA Eclipse IDE. Why do we need to use Selenium RC? What is Selenium Remote Control? What is selenium Web
Dear Sir/Madam, I am new to Selenium. I have worked out with Selenium IDE. I want to know how to work with Selenium RC with JAVA Eclipse IDE. Why do we need to use Selenium RC? What is Selenium Remote Control? What is selenium Web
Parameterise you login page using java.
hi, This is a sample code which parameterise you application using selenium rc in java. The idea is to use array/list to store diffrenet username and password. Snippet of code are as follows: import com.thoughtworks.selenium.*; public class
hi, This is a sample code which parameterise you application using selenium rc in java. The idea is to use array/list to store diffrenet username and password. Snippet of code are as follows: import com.thoughtworks.selenium.*; public class
Qur'an For Java Mobile
Sebentar lagi puasa nich barang kali di antara temen2 ada yang suka mengaji/sekedar pengen ngaji sampe hatam (selesai) di bulan Ramadhan kali ini gue akan share appl-nya. tapi khusus buat HP yang mendukung aplikasi JAVA. Featurnya lumayan karena ada
Sebentar lagi puasa nich barang kali di antara temen2 ada yang suka mengaji/sekedar pengen ngaji sampe hatam (selesai) di bulan Ramadhan kali ini gue akan share appl-nya. tapi khusus buat HP yang mendukung aplikasi JAVA. Featurnya lumayan karena ada
error in running web driver
hi when i run my project on selenium web driver then it show this error:_____ Unexpected error.
hi when i run my project on selenium web driver then it show this error:_____ Unexpected error.
How to implement java RC suites?
In Junit: @RunWith(Suite.class) @Suite.SuiteClasses({Test1.class, Test2.class, Test3.class}) public class JunittestSuite { @BeforeClass public static void setUpClass() throws Exception { } @AfterClass public static void tearDownClass() throws
In Junit: @RunWith(Suite.class) @Suite.SuiteClasses({Test1.class, Test2.class, Test3.class}) public class JunittestSuite { @BeforeClass public static void setUpClass() throws Exception { } @AfterClass public static void tearDownClass() throws
Question: Java 7 language features with Android
Hi, Question: Java 7 language features with Android Practical answer Yes, I have tried. But this is not a great test as the compatibility was limited to level 6 with no way (no simple way at least) to really use java 7: First I installed a JDK
Hi, Question: Java 7 language features with Android Practical answer Yes, I have tried. But this is not a great test as the compatibility was limited to level 6 with no way (no simple way at least) to really use java 7: First I installed a JDK
Multi browser testing JAVA
Hi, I have written code which works fine with firefox. I now want the same code to work with IE, but I do not want to manually change the browser config. Rather, I would like the same testcase to run first in firefox then IE and so forth, without
Hi, I have written code which works fine with firefox. I now want the same code to work with IE, but I do not want to manually change the browser config. Rather, I would like the same testcase to run first in firefox then IE and so forth, without
pengertian java,kekurangan dan kelebihan
Java adalah sebuah bahasa pemrograman pada komputer sama seperti pendahulunya c++ . Bahasa pemrograman ini dikembangkan oleh Sun microsystems yang dikembangkan pada tahun 1995 . Awalnya java diciptakan pada tahun 1991 oleh Patrick Naughton, Mike Sheridan
Java adalah sebuah bahasa pemrograman pada komputer sama seperti pendahulunya c++ . Bahasa pemrograman ini dikembangkan oleh Sun microsystems yang dikembangkan pada tahun 1995 . Awalnya java diciptakan pada tahun 1991 oleh Patrick Naughton, Mike Sheridan
Java (RE) 6 Update 20
Java released a new update on April 15. You can download it now from http://www.java.com To see release notes, go to this page: http://java.sun.com/javase/6/webnotes/6u20.html
Java released a new update on April 15. You can download it now from http://www.java.com To see release notes, go to this page: http://java.sun.com/javase/6/webnotes/6u20.html
Video Tutorials 1-87- Complete Java Tutorial
*DISCLAIMER* This is not made by me in anyway shape or form. I have found this series of videos and felt like sharing it with out community. So here is a link to youtube with a playlist of 87 videos made by a person called thenewboston. It explains fro
*DISCLAIMER* This is not made by me in anyway shape or form. I have found this series of videos and felt like sharing it with out community. So here is a link to youtube with a playlist of 87 videos made by a person called thenewboston. It explains fro
How to check which jQuery tab is selected using Selenium RC java
Hi All, I have 5 tabs (jQuery tab) in my web page. Is it possible to check, which tab is selected out of those 5 tabs.. I am not able to find a relevant selenium command to do that... Please help me!!! ~ Harri...
Hi All, I have 5 tabs (jQuery tab) in my web page. Is it possible to check, which tab is selected out of those 5 tabs.. I am not able to find a relevant selenium command to do that... Please help me!!! ~ Harri...
selenium RC exception
Hello, i am getting the following exception Exception in thread "main" java.lang.NoClassDefFoundError: java/io/Console at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:127) i have imported java.io.*. Does anyone know the
Hello, i am getting the following exception Exception in thread "main" java.lang.NoClassDefFoundError: java/io/Console at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:127) i have imported java.io.*. Does anyone know the
Selenium RC "java.lang.RuntimeException: Firefox couldn't be found in the path!" problem
Hi friends, I am new to selenium RC using php, I am working in Fedora core 12. When try to run the Test I got 11:49:22.380 WARN - GET /selenium-server/driver/?cmd=getNewBrowserSession&1=%2Afirefox&2=http%3A%2F%2Fwww.google.com%2F
Hi friends, I am new to selenium RC using php, I am working in Fedora core 12. When try to run the Test I got 11:49:22.380 WARN - GET /selenium-server/driver/?cmd=getNewBrowserSession&1=%2Afirefox&2=http%3A%2F%2Fwww.google.com%2F
Java games! - App Runner
You could Play with over 40,000 FREE Games by this tool. Run Any Java/J2ME/MIDP NATIVELY. App Explorer help find existing Java/J2ME games. Integrated with Browser-Browse any j2me site click to run any jad/jar. Auto-convert j2me into Android package o
You could Play with over 40,000 FREE Games by this tool. Run Any Java/J2ME/MIDP NATIVELY. App Explorer help find existing Java/J2ME games. Integrated with Browser-Browse any j2me site click to run any jad/jar. Auto-convert j2me into Android package o
[Help] Problem of running selenium Testcase[Java Junit] with Selenium RC
Hi, I have a problem of running a Testcase of Junit(java) with the Selenium RC Server. I am using Eclipse IDE. Selenium Documents says that we need to run the selenium RC as follows: java -jar selenium-server.jar -userExtensions user-extensions.js
Hi, I have a problem of running a Testcase of Junit(java) with the Selenium RC Server. I am using Eclipse IDE. Selenium Documents says that we need to run the selenium RC as follows: java -jar selenium-server.jar -userExtensions user-extensions.js
Results 1 to 15 on 348
for "bluej java"
for "bluej java"

Active topics

Popular topics

Unanswered topics




