At what percent e-tester can identify java applet objects. Plz see message.

Hi,
Me new to this group.
I am here to find out whether e-tester can test java applet or not.
I am testing a web application which is completely Java applet base.
Envirnment used jdk1.1.8 and Jre1.4.
I have been trying to identify applet object used in our application.
problem i faced:
when i set java option in option seting for both Microsoft applet and sun system applet. where my system having jdk1.1.8 and jre1.4.
Recording on above envirnment I am able to record my application but i can not play that. On this case I marked Abbot script generated.
when uninstall jdk and jre.
I am able to record and play my application still some step. But I am not able to customize it.
this application also uses StarTree a hyporbolic tree API from
"Business Object" now bought by SAP (this api used inside applet
frame).
Is any one work on e-tester to automate in and out of an application which is built in java applet.
Can some one help me to figure out where I am doing wrong.
Before this I worked on e-tester year back to automate one of our application and still we are doing our regression on that.
Expecting some help

When you say customize, are you referring to parameters? They is handled differently with applets. I believe there is documentation on this.

Similar Messages

  • How can a Java server receive a text message?

    Through what mechanism can a Java server receive an incoming text message sent to a particular phone number? How would the server associate itself with that phone number, and what physical devices and APIs would be involved in processing the text message?
    I don't know how to get started with this requirement - would anyone here have had experience doing such a thing before? Perhaps you could point me in the right direction.
    Thanks.

    Many of those links provide information on sending SMS, but I'm still not sure what's involved in receiving an SMS message. Even if I'm able to find an appropriate API, I'm still somewhat confused - if someone sends a text message to a mobile phone number, how can our server access that text message (or how can that text message be redirected to our server rather than the mobile phone itself)?
    Thanks.

  • What a basis admin can do for business objects?

    I get confused about BO at reading.
    For example, what is the relationship between "BusinessObjects Enterprise (BOE) XI 3.1" and PI (3.0,  7.0, 7.1)?
    Would you please direct me to some sdn blogs about BO and what a basis person can help?  Especially
    the blogs about install and configuring BO.
    Thanks!

    Crystal Report is a product  of BusinessObject company. Now BO is acuired by SAP.
    Xcelsius is also a product of BO.
    Please Check the link below for more information
    http://www.sap.com/solutions/sapbusinessobjects/sme/reporting-dashboarding/index.epx
    Some good link to start with
    http://www.sdn.sap.com/irj/boc/business-objects-for-sap;jsessionid=(J2EE3417700)ID1927943550DB11135122756709154658End?rid=/webcontent/uuid/20f83c7e-3f2a-2c10-7dbf-a5ec14611a1e
    BI - BO Integration
    Edited by: Anindya Bose on Oct 11, 2009 11:25 PM

  • What's the best way to send multiple objects with a message?

    I'm considering using an ObjectMessage and storing a Map as the object. Each
              of the objects I need to send will be bound in this Map. Is this the correct
              approach?
              Also, if this is the correct approach, where should I store the constants
              for the Map keys? If I put them in the MDB consumer, it ties the client to
              the consumer and vicea versa. I guess I could declare them in my main
              interface.
              Thanks,
              Bob
              

    OK.
              But for what it's forth, if you were to need to put a Map in an
              ObjectMessage, you might find that MapMessage gives you similiar (if not
              better) functionality, the resulting message will be smaller, and your
              system may perform better. The various implementations of java.util.Map are
              pretty hefty objects to serialize, whereas a MapMessage (at least, the
              MapMessage from BEA JMS) has been optimized to be pretty compact and fast.
              On the other hand, the only kinds of objects you can put in a MapMessage are
              Java primitive types (int, String, and so forth), whereas in a java.util.Map
              you can put any kind of object.
              greg
              "Bob Lee" <[email protected]> wrote in message
              news:[email protected]...
              > Nevermind. I'm using a Command pattern.
              >
              > Bob
              >
              > "Bob Lee" <[email protected]> wrote in message
              > news:[email protected]...
              > > I'm considering using an ObjectMessage and storing a Map as the object.
              > Each
              > > of the objects I need to send will be bound in this Map. Is this the
              > correct
              > > approach?
              > >
              > > Also, if this is the correct approach, where should I store the
              constants
              > > for the Map keys? If I put them in the MDB consumer, it ties the client
              to
              > > the consumer and vicea versa. I guess I could declare them in my main
              > > interface.
              > >
              > > Thanks,
              > > Bob
              > >
              > >
              >
              >
              

  • "Loading Java Applet ..." message.

    How to change this message in Forms 6i. I
    tried the tag "standby" but it is not
    working.
    null

    Thanks hamsta
    But i have the applet embedded in jsp using the <jsp:plugin .../> tag but this document discusses how to change in the <applet... /> tag

  • How can i convert java application of bibeans to java applet?

    Hi Bibeans PMTeam,
    Bibeans provide two type client:java application and web client(JSP/Servlet),because web client's function is weaker than java app,so we want to convert java app to java applet,thus,we can embed java applet into web browser(our system framework is in web browser).
    That is,we want one applet client that commution with a server side service(can by socket,just like oracle 9i form service)that provide the data that applet need,or the applet connect to olap server and bibeans catalog server by socket(this need security authentication if olap server,bibeans catalog,web server is not in one machine).
    so we need you provide whole resolve scheme,thanks a lot,if this answer is not clarity,please connect:[email protected],thanks a lot!

    hi tomsong
    well, in my experience 20mb are quite large for an applet. also take into account that you need a certain jvm that supports this type of application (my guess is that internet explorers native vm isnt an option)
    i personally would tend to deliver the functionality via java webstart (look at the sunsite):so you can centrally manage the software, download it once and opertae an application on your client (i mean an APPLICATION and not an applet)
    regarding 2: well but there is NO bibean service in ias: so you have to open the former mentioned jdbc connection to the olap service from your client
    for the availability: you have to check with the pm team
    in the meantime: what about the following approach: give power users a java application and lightweight or random users a handy html client ?
    regards,
    thomas

  • What's the easiest way to save info from a java applet to use it later?

    How can a java applet take info from a user (text, binary, picture, or some other form), and save it (like on my computer), then bring it up when another user views the same applet?

    flounder
    "Did you try it?
    Do you have a file called Stuff.txt?
    Does the file contain "Testing outstream"?"
    Yes I compiled and ran the code as a Java applet, nothing happened. I was expecting a write error becase java applets are not inally allowed to write to a file. Yes I have file a Stuff.txt in the same directory as the program. No, nothing happened to the file, it stays blank.
    paulcw
    "And if you tested it, how did you test it?
    (Hint: the code you've shown doesn't need to extend Applet.) "
    If it does not extend applet then I get a class cast exception when I try to compile it as an applet.

  • Learning Solution - Java Applet errors WBT created by Adobe Captivate 2

    Hi,
    I am experiencing problems with running WBTs created from Adobe Captivate. 
    We can checkin a WBTs created by Captivate using the published SCORM1.2 files.  The first WBT checked in works OK, but all following WBTs created by Captivate have Java Applet problems with error messages "Object expected" and "g_objAPI not defined" when run from the WebAS.
    Has anyone come across a similar problem and found a fix for it?
    Any ideas would be appreciated.
    Thanks,
    Ben.

    In your browser, look at the HTML code that gets sent to the browser and see if there is something wrong with it.
    Specifically, I would look at the code near the <APPLET ..></APPLET> tags, both before and after and look for stray quotes, brackets, or what not.
    Finally, I would look inside the <APPLET ...> tag. It appears to me that the output will probably be:
    <APPLET code="simpleAppletPackage/SimpleApplet.class" codebase="Applets"archive="SimpleAppletPackage.jar" width="250" height="250"></APPLET>See, you may be missing a space between the "Applets" and the archive=. Try making the second out.print look like this:
    out.print(" archive=\"SimpleAppletPackage.jar\" width=\"250\" height=\"250\"></APPLET>"); See the extra space at the start of the output?

  • Java applet availability

    I would like to use an applet on my webpage, but I want to ensure that anyone can view it. Are there any numbers known on how many people can run Java applets from their browsers ? I can't seem to find any good information on it. And for those who can't use applets, what approach should I take in helping them ? Should I redirect to one of the Sun pages with installation instructions ? If you use applets, how do you handle this ? Please, any tips welcome.

    I think most people have Java and a decent web browser nowadays. To make sure, though, that also people without Java can view the Applet, you should add a link to the download page (and instructions).

  • SeaMonkey v2.0.4's Java applets doesn't work all the time.

    Hello. I use Mozilla's SeaMonkey v2.0.4 (using binary from mozilla.org) in Debian/Linux. I can get Java applets to work on https://eetime11.adp.com/c08e/logon but not on http://javatester.org, http://java.com/en/download/installed.jsp, and http://java.com/en/download/help/testvm.xml
    Java Plug-in 1.6.0_20
    Using JRE version 1.6.0_20-b02 Java HotSpot(TM) Client VM
    User home directory = /home/ant
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    FYI on my setups:
    $ pwd
    /home/Programs/seamonkey2/plugins
    $ ls -all
    total 28
    drwxr-xr-x 2 ant ant 4096 2010-04-15 15:46 .
    drwxr-xr-x 15 ant ant 4096 2010-04-16 08:32 ..
    lrwxrwxrwx 1 root root 32 2009-11-27 17:19 libflashplayer.so -> /home/Programs/libflashplayer.so
    lrwxrwxrwx 1 root root 63 2010-04-15 15:46 libjavaplugin_oji.so -> /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    -rwxr-xr-x 1 ant ant 15824 2009-10-17 09:30 libnullplugin.so
    $ ls -all /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    -rwxr-xr-x 1 ant ant 137021 2010-04-12 14:39 /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    Does anyone know why? Thank you in advance. :)
    Edited by: antdude on Apr 16, 2010 8:37 AM

    More poking around:
    $ java -version
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8pre) (6b18~pre2-1)
    OpenJDK Server VM (build 14.0-b16, mixed mode)
    # dpkg -l | grep ^ii |grep java
    ii ca-certificates-java 20091021 Common CA certificates (JKS keystore)
    ii java-common 0.35 Base of all Java packages
    ii libaccess-bridge-java 1.26.2-4 Java Access Bridge for GNOME
    ii libaccess-bridge-java-jni 1.26.2-4 Java Access Bridge for GNOME (jni bindings)
    ii libhsqldb-java 1.8.0.10-6 Java SQL database engine
    ii liblucene2-java 2.9.2+ds1-1 Full-text search engine library for Java(TM)
    ii libservlet2.4-java 5.0.30-12 Servlet 2.4 and JSP 2.0 Java library
    ii openoffice.org-java-common 1:3.2.0-4 full-featured office productivity suite -- arch-independent Java support files
    ii tzdata-java 2010h-1 time zone and daylight-saving time data for use by java runtimes
    # dpkg -l | grep ^ii |grep jre
    # locate bin/java
    /home/Programs/jre1.6.0_20/bin/java
    /home/Programs/jre1.6.0_20/bin/java_vm
    /home/Programs/jre1.6.0_20/bin/javaws
    /usr/bin/java
    /usr/bin/javaws
    /usr/lib/jvm/java-6-openjdk/bin/java
    /usr/lib/jvm/java-6-openjdk/bin/java-rmi.cgi
    /usr/lib/jvm/java-6-openjdk/bin/javaws
    /usr/lib/jvm/java-6-openjdk/jre/bin/java
    /usr/lib/jvm/java-6-openjdk/jre/bin/javaws
    /usr/lib/jvm/java-6-openjdk/jre/bin/javaws.real
    I tried to uninstall all the unneccesary Java packages, but still had some can't be removed because of other programs requiring it like OpenOffice:
    # apt-get remove openjdk-6-jre-headless
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    openoffice.org-filter-mobiledev ttf-sil-gentium ttf-sil-gentium-basic
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    ca-certificates-java libaccess-bridge-java libaccess-bridge-java-jni libhsqldb-java liblucene2-java libservlet2.4-java
    openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openoffice.org openoffice.org-base openoffice.org-officebean
    openoffice.org-report-builder-bin
    0 upgraded, 0 newly installed, 13 to remove and 125 not upgraded.
    After this operation, 114MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    # apt-get remove java-common
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    openoffice.org-filter-mobiledev ttf-sil-gentium ttf-sil-gentium-basic
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    ca-certificates-java java-common libaccess-bridge-java libaccess-bridge-java-jni libhsqldb-java liblucene2-java
    libservlet2.4-java openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openoffice.org openoffice.org-base
    openoffice.org-officebean openoffice.org-report-builder-bin
    0 upgraded, 0 newly installed, 14 to remove and 125 not upgraded.
    After this operation, 115MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    Any ideas? :(

  • Java applet loads too slow.

    I was wondering if there is anyway to remedy this situation:
    I am using TextPad to write my java code/html code. when i send my HTML code to Internet Explorer to view my applet, it takes several seconds to load. Even while looking at other java applets, it takes a while. Is there anything I can do to speed that up?
    dm0ca

    Yeah....thats not much help.
    I have a slower comp that can run java applets with no lag.
    Anyone else have a solution?
    dm0ca

  • Xcode uiwebviewer and java applet

    hello, i'm new in the forum,
    I want to ask if the uiwebviewer can spport java applet?????

    Outdated hence irrelevant for the future

  • Inter-applet object shareing concepts in java card

    hi there.
    what is a way of implimenting inter-applet object shareing in java card?
    is there any shared area of JCRE for sharing some values among some applets in same java card?
    thanks.

    hi, as i know, there are three approaches:
    1: shareable interface;
    2: entry point;
    3: global array;
    and if the applet has JCRE privilege, then it is overwhelming.
    for details , please refer to the JCRE Specification.

  • Cannot Acccess Applet Object from Java Script

    Hi,
    I am using jRE1.5, and Kava Chart Applets. Those applet jars are compiled in jdk 1.5 version. I have created one jsp where I used ,<applet> tag. The problem is when ever I am going to access the applet object from java script it is not returning the actual java applet object, when put an alert message it shows [object]. So i am not able to access the methods or the applet class.and also the screen gets hung, nothing is coming.It get stuck at the point where i tried to access the applet method like document.getElementById(applet_id).<<<some method of the applet class>>.Also it is not showing any kind of javascript error or Applet class exceptions.
    But the strange thing is, when i use jdk 1.6, the page is running fine.Also when i try to print the applet object from javascript it is showing the proper class name.
    Please help me solving the problem.

    A number of changes and improvements were made between 1.5 and 1.6 - the entire plugin is new. You need to change to 1.6, as 1.5 goes EOL about November this year and future changes to this area in 1.5 are unlikely.

  • Since updating firefox i can no longer connect to pogo error message says i have no java yet test say i have lates current update of java

    i updated firefox and now i can no longer access pogo.com it states that java is unavailable on my pc. When i run test for Java it states that i have most recent update installed and it is operating

    I don't know what test you are looking at. You have Java 1.6.0_11, which has known security issues; the current version is 1.6.0_21. For updating see below.
    You need to update your plugins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Macromedia Shockwave for Director Netscape plug-in, version 11.0
    * Adobe PDF Plug-In For Firefox and Netscape (you '''<u>MAY</u>''' need to update)
    * Java Plug-in 1.6.0_11 for Netscape Navigator
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use Firefox to download and SAVE the installer to your hard drive from the link in the article below
    #**On the Adobe page, un-check any extra items (i.e. Free McAfee® Security Scan Plus) then click Download button
    #**If you see message just under tabs, DO NOT click the Allow button, instead click below that where it says "click here to download".
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link and more information</u>''': https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    #*After the installation, start Firefox and check your version again.
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    #* Removing old versions: http://www.java.com/en/download
    #* After the installation, start Firefox and check your version again.
    <br />
    You have an item installed that is considered malware/spyware/adware, "My Web Search Plugin Stub". This type of pest is usually installed along with software you download from the internet; generally free programs, but not always. Carefully watch for "extra" items that will be installed and un-check or opt-out of them.
    #You can check to see if you have any of these from [http://www.google.com/search?q=%22Fun+Web+Products%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:es-ES:official&client=firefox-a|"Fun Web Products"] installed:
    #*Control Panel > Add or Remove Programs, click on any that you find and click "Remove": Ask.com Bar, My Search Bar, MyWay Speed Bar, My Web Search Bar, Fun Web Products Easy Installer
    #*See:
    #**http://www.safer-networking.com/removemywebsearch.php
    #**[http://www.pchell.com/support/mywebsearch.shtml|PC Hell: My Web Search Removal Instructions]
    #**http://helpint.mywebsearch.com/intlinfo/help/toolhelp.jhtml#q3
    #You '''MAY''' need to change a preference to reset your default URL/location bar search provider:
    #*Enter '''about:config''' in the address/URL bar and press the Enter key
    #*If you see a warning, accept it (Promise that you will be careful)
    #*Filter = keyword.URL
    #*Below the Filter, if keyword.URL is '''bold''', right-click on keyword.URL and choose "Reset"
    #*Restart Firefox (File > Restart Firefox)
    #*See: http://kb.mozillazine.org/Keyword.url
    #You '''MAY''' need to reset your homepage. Firefox can open multiple home pages. Home pages are separated by the "|" symbol.
    #*See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    <br />
    '''<u>You can remove "getplus" (shown in your plugins)</u>''', the Adobe Download Manager. You do not need it and it causes problems for some users:
    *http://www.msfn.org/board/remove-adobe-getplusr-t139454.html
    *http://www.nosltd.com/index.php/support/support-faq
    '''<u>To avoid installing "getplus" for future Adobe Flash updates</u>''', follow the link in ONE of these articles:
    *http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    *'''NOTE''':
    **You must update both IE and "all other browsers (including Firefox)" separately; 2 downloads, 2 installs
    ***IE direct download link: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    **Vista and Windows 7 users may need to right-click the installer and choose "Run as Administrator"
    **You must check the small "I accept license..." box for the Install button to become active
    '''<u>To avoid installing "getplus" for future Adobe Reader (PDF) updates</u>''', do one of the following:
    #Update from your existing Adobe Reader
    #*Open Adobe Reader in your programs
    #*on the Adobe Reader menu, click Help > Check for updates
    #Download the complete installer from the Adobe site
    #* go to http://get.adobe.com/reader/
    #* follow the instructions illustrated here: http://www.techerator.com/2010/07/how-to-install-adobe-reader-without-installing-adobe-dlm-download-manager-browser-plugin/
    #** '''<u>DO NOT</u>''' click the "Allow" button just under the tabs; that will install the "getplus" plugin only and will not install/update Adobe Reader
    #** click the "click here to download" link avoids the "getplus" plugin and begins the download of Adobe Reader without "getplus".
    You can always check the status of some of your plugins here: http://www.mozilla.com/en-US/plugincheck/
    *'''Note: plugin check page does not have version information on all plugins'''

Maybe you are looking for

  • Text_io

    Hello World, In My application I need to write flat text files as from a PL/SQL script procedure. The application is third tier architecture, with a SGBDR server, a application server, and a Web server. The PL/SQL script procedure is running on the a

  • Embedded objects do not scale on high-dpi displays

    I am using a new Lenovo Yoga 2 Pro laptop with a 3200 x 1800 display. Though in general the high-DPI scaling works to keep text sharp for most webpages (something that cannot be said for Chrome or Opera), Flash does not scale with the rest of the web

  • Can't enable 3d mode in Ps CS6

    I'm new to photoshop and am trying to learn to use the 3D funcitonality but am not able to get 3D mode to even turned on. Here's what I'm doing: new layer select text tool click on screen, type "Hello" highlight the text select 3D from the dropdown m

  • Oracle Application Server 10.1.3 R3 - Change time zone

    Hii All, I am using Oracle application Server 10.1.3 R3 Version. I have installed this application server on my windows VISTA machine. On Concole, OracleAS showing GMT time. I need to set it to Indian timezone. I have searched a lot but not getting s

  • Labview & testo toolbox

    Hi, I have a TESTO 350-S gas analyzer I wish to connect to a PC with Labview. I have downloaded the testo toolbox witch was very helpfull and even comes with the perfect example for me to test communication with de device I mentioned. The gas analyze