Sunday 18 August 2013

Introduction of Java Website Testing

1. JRM Testing:-Java Runtime Environment – if Java is working properly on the desktop, and in each of your browsers. test that Java Web Start is working properly on the desktop, and in each of your browsers. Just because Java/Java Web Start works in one browser, does not mean it will automatically work in another.
For this:-
1.Configure your set environment for the CLASSPATH.
For ex:- cd \MyDir
javac.exe -classpath . HelloWorld.java
2. Copy your various library jars into the C:\Program Files\java\jre6\lib\ext directory
3. then we have to set it using a script.
4. In Internet Explorer, go into Tools -> Internet option -> Advanced -> Java(Sun). Make sure
Sun Java is checked
5. Internet Explorer, make sure all three boxes under Tools ->Internet option -> Advanced ->
Microsoft VM are checked.
6. In Internet Explorer, make sure all three boxes under Tools -> Internet option -> Advanced ->
Microsoft VM are checked.
7. In Internet Explorer 7+, you must OK allow blocked content permission to run Active X on the
site
8. Test your JRE on the desktop by typing in a DOS box: java.exe –version
9. Test Java Web Start on the desktop by typing javaws.exe
10. we can use these things though http://www.javatester.org/

No comments:

Post a Comment