Locked vsts vs applet

  • Friday, December 05, 2008 7:32 PM
     
     
     
    Hi bill,

    our project is developed using php and filetransfer mangaer is dveloped by us that is used to uploadfiles.
    does the visual studio test team edtion supports the applets?.
    becuase in our application when users logins one applet program will invoke and creates file in the cdrive that is not happening.
    can u tell me applets are supported by vsts2008?.
    if i use http file trnasfer the files are uploading.
    the problem is with this ftm ?.
    if do with load runner the file is uploading ftm.
    please answer me.
    thanks.

All Replies

  • Tuesday, December 09, 2008 7:53 AM
     
     
    Hi venkat

    I just replied you at
    this thread.  I have been crazy these days.:)
    Please mark the replies as answers if they help and unmark them if they provide no help.
  • Tuesday, December 09, 2008 8:02 PM
     
     
    Hi bill,

    http://ees.loadtest.com/base_app/relay_link.php
    after executing this request the reponse is below.

    there is applet in the response that is not executing  in vsts2008 .
    the output of this request must me display a page with as page loading and one logo .
    that logo is applet.
    iam thinking that applet is not executing in vsts2008.
    can u tell how to add that applet in vsts script.
    i tried to google but not able to find
    can u help me.
    response:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>

    <title>Digital Asset Center</title>

    <link href="../css/design_css.php" rel="stylesheet" type="text/css">

    <meta http-equiv="pragma" content="no-cache">

    <style type="text/css">

    <!--

    body {

    background-color: #FFFFFF;

    margin-top: 40px;

    overflow-y: auto;

    }

    -->

    </style>

    </head>

    <body >

    <form action="http://.loadtest.com/cm/p_cmview_dashboard.php" method="post" name="redirect" id="redirect">

    <input id="a_code" name="a_code" type="hidden" value="e7c8f7add23ac1dfdabbd9214d51fb9d">

    </form>

    <div align="center">

    <applet code="SignedAppletUser.class" archive="http://ees.loadtest.com/jars/UserIni.jar" mayscript="mayscript" width="75" height="75">

    <param name="user_id" value="5497">

    <param name="ip_address" value=":Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)">

    <param name="a_code" value="e7c8f7add23ac1dfdabbd9214d51fb9d">

    <param name="myURL" value="http://.loadtest..com/cm/">

    <param name="active" value="1">

    <param name="myFTP" value="image.hotspots.d2ls.com">

    <param name="FTPaccount" value="measureup">

    <param name="FTPtype" value="1">

    <param name="FtpPort" value="22">

    <param name="FTPaccounz" value="/x/JdBIPcRYDPKLFnUcvazSzFGbCjpQS">

    <param name="isProxy" value="0">

    <param name="ProxyHost" value="1.2.3.4">

    <param name="ProxyPort" value="1080">

    <param name="ProxyUn" value="un">

    <param name="ProxyPw" value="pw">

    <param name="Schedule" value="2000">

    <param name="isHttpProxy" value="0">

    <param name="HttpProxyHost" value="">

    <param name="HttpProxyPort" value="8080">

    <param name="paramUrl" value="http://loadtest.com/cm/p_cmview_dashboard.php?a_code=e7c8f7add23ac1dfdabbd9214d51fb9d">

    <param name="keeptransfer" value="1">

    <param name="isDropFolder" value="0">

    <param name="isCustomPanel" value="0">

    <param name="StartFTM" value="0">

    <param name="BGcolorR" value="255">

    <param name="BGcolorG" value="255">

    <param name="BGcolorB" value="255">

    </applet>

    <script language="JavaScript">

    setTimeout("document.redirect.submit()", 5000);

    </script>

    <br>

    <font size="3" face="Arial, Helvetica, sans-serif">

    <strong>Page Reloading... Please Wait...</strong>

    </font>

    </div>

    </body>

    </html>

  • Wednesday, December 10, 2008 5:05 AM
     
     
    Hello
     

    The web test in Visual Studio works at HTTP level. It records the HTTP communication between browser and web server. The client logic in applet are not recorded and can not be simulated. If the applet communicates with your web server, you can add some web requests to simulate the communication between the applet and the web server. The applet in a web test is similar to that of ActiveX controls. The MSDN document About JavaScript and ActiveX Controls in Web Tests describes scenarios for ActiveX control. I think it is helpful in your case.


    Please mark the replies as answers if they help and unmark them if they provide no help.
  • Wednesday, December 10, 2008 3:02 PM
     
     
    Hi bill,

    i saw the link u sent me it showing how to convert a webtest to  code.
    it is  saying if active x is not working convert into requests ,but it didn't give any example how to covert the active x or applet to request.
    can u tell me how to covert the my above applet to request.
    thanks.
  • Wednesday, December 31, 2008 3:51 PM
     
     
    Hi bill,
     I am doing loadtest for 50 users on vsts can i know on avg what are bottlenecks for belowcounters.
    can i get thershold value for those counters.
    1)%diskreadtime
    2)%diskwrite time
    3)pages/sec
    4)pagesfaults/sec
    5)processor quelentgh.
    please let me know bottlenecks for this counters.
    thanks.