How to set Proxy for IE 8.0 on doing Load Testing with OATS 12.1.0.2

I have tried adding proxy server by adding the address to "Localhost" and Port as 8080.
but nothing is working out, for recording an EBS instance its working fine ,no need to setup anything in the OATS tool, eg, Proxy settings.
But when it comes to BPM  with ADF technology , the recorder is not starting the Recording even the pointer navigation also not wokring.
So, is there way to record the ADF applications in BPM ?
Thanks in advance.

Hi Wayne,
Thing is do we need to add the proxy server here?, as for doing Load testing on EBS application,there is no need of adding a proxy server,
So the same way it should work with the ADF application too, but its not showing any mouse pointer in the Browser tool bar or recording
the navigation.
Point to be noted is, we need to connect to VPN in order to access the Application.
is it because of VPN connection that its not recording?
But while doing the functional testing I didn't face anyproblem though as its recording everything even if we are connected to VPN.
In Functional testing also i found ,all the input fields where we add the "username" or any input data via a "text box" the tool is not able to
record the field information along with the input we enter.
If you could let me know ,how to do a Load testing for ADF application using BPM , it would be helpful
Thanks
Atish

Similar Messages

  • How to set proxy for 3G connection?

    Can anyone tell me where to set proxy for 3G connection?
    I think I've checked every section in Settings but failed to find anything.
    Thanks for your info.

    It's part of the cellular settings, and is usually set up by your 3G provider. You can't choose your own proxy server

  • How to set proxy for client-server socket connection?

    Hi,
    I'm using the code found on the following page to create a client (mobile) to server (pc) connection and send a text message.
    http://javafaq.nu/java-example-code-503.html
    This works with mobile operators without proxy, but does nothing when the operator uses a proxy. The question is, exactly how to set the proxy and port values for using that code.
    Any help is greatly appreciated, thanks,

    It's part of the cellular settings, and is usually set up by your 3G provider. You can't choose your own proxy server

  • How to set proxy for mail with Gmail account

    Hi, I'm using mail and set up a Gmail pop account. My mac is behind a proxy, say 192.168.0.1:808. I set the system http and https with the above address and can browse the internet with safari. But the mail app cannot receive or send any mails from the google pop/smtp server. Do you know how I can set the proxy for mail so that it can send and receive mail? Thank you very much!

    I solved this problem myself by using an app called proxifier. It's a tunneling tool I guess.

  • How to set proxy for the programme

    Hello Everyone
    I am learning Java Network programming. My connection to Internet has a proxy. When I use URL class to download the information from Internet, it cannot work. I think maybe I have not set the proxy in the programme. Does anybody know how to set it?
    Best wishes
    Aaron Cui Lu

    System.getProperties().put( "proxySet", "true" );
    System.getProperties().put( "proxyHost", "proxyMachineName/IP" );
    System.getProperties().put( "proxyPort", "proxyPort" );

  • How to set proxy for windows PowerShell

    Hiii,
    Look! I need to send emails to internet using Powershell Send-MailMessage command Ok?
    but the problem is Proxy Server (TMG).
    I also configured Internet Option, LAN Setting so I can browse the internet using internet explorer but the Send-MailMessage! Just can't access to internet.
    Of curse When I'm using secure NAT it works fine.
    Thanks

    Send-MailMessage has all the options you need to send an email, including
    choice of mail replay server by name or IP
    choice of port if using other than the standard port 25
    authentication via the -credential parameter
    and SSL via the -UseSsl parameter
    Type in:
    help Send-MailMessage -Full
    to see inline help. You should see output like:
    NAME
    Send-MailMessage
    SYNTAX
    Send-MailMessage [-To] <string[]> [-Subject] <string> [[-Body] <string>] [[-SmtpServer] <string>] -From <string> [-Attachments <string[]>] [-Bcc <string[]>] [-BodyAsHtml]
    [-Encoding <Encoding>] [-Cc <string[]>] [-DeliveryNotificationOption <DeliveryNotificationOptions> {None | OnSuccess | OnFailure | Delay | Never}] [-Priority <MailPriority>
    {Normal | Low | High}] [-Credential <pscredential>] [-UseSsl] [-Port <int>] [<CommonParameters>]
    PARAMETERS
    -Attachments <string[]>
    Required? false
    Position? Named
    Accept pipeline input? true (ByValue)
    Parameter set name (All)
    Aliases PsPath
    Dynamic? false
    -Bcc <string[]>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Body <string>
    Required? false
    Position? 2
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -BodyAsHtml
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases BAH
    Dynamic? false
    -Cc <string[]>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Credential <pscredential>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -DeliveryNotificationOption <DeliveryNotificationOptions>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases DNO
    Dynamic? false
    -Encoding <Encoding>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases BE
    Dynamic? false
    -From <string>
    Required? true
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Port <int>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -Priority <MailPriority>
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -SmtpServer <string>
    Required? false
    Position? 3
    Accept pipeline input? false
    Parameter set name (All)
    Aliases ComputerName
    Dynamic? false
    -Subject <string>
    Required? true
    Position? 1
    Accept pipeline input? false
    Parameter set name (All)
    Aliases sub
    Dynamic? false
    -To <string[]>
    Required? true
    Position? 0
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    -UseSsl
    Required? false
    Position? Named
    Accept pipeline input? false
    Parameter set name (All)
    Aliases None
    Dynamic? false
    <CommonParameters>
    This cmdlet supports the common parameters: Verbose, Debug,
    ErrorAction, ErrorVariable, WarningAction, WarningVariable,
    OutBuffer, PipelineVariable, and OutVariable. For more information, see
    about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
    INPUTS
    System.String[]
    OUTPUTS
    System.Object
    ALIASES
    None
    REMARKS
    Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
    -- To download and install Help files for the module that includes this cmdlet, use Update-Help.
    -- To view the Help topic for this cmdlet online, type: "Get-Help Send-MailMessage -Online" or
    go to http://go.microsoft.com/fwlink/?LinkID=135256
    Example:
    Send-MailMessage -From [email protected] -To [email protected] -Subject "Test Email" -Body "this is a test" -SmtpServer "Name or IP address of mail replay server" -Port 25 -Credential "if your mail server requires authentication" -UseSsl
    Also see
    online help and further examples here.
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

  • How to set Proxy for iTunes Store?

    I work in my office behind firewall... I have set the proxy in the Network->Proxies in all the options along with my username and password.
    My iTunes is able to show my Store (India), but when I try to sign-in. It give following error
    "We could not complete your iTunes Store request."
    "You must log in to the proxy server in order to access the iTunes Store."
    I couldn't find in iTunes->Preferences... any field to enter my proxy username/password.
    Please help to resolve this issue.
    Thanks.

    I'm having the same problem here in the US. I'm behind a corporate firewall. Proxy settings are correct and I can connect to any web page, but I can't log into the iTunes store.
    I can log into the store on my office PC which has the same proxy settings and is on the same network.. but my PC won't recognize my iPhone due to external device blocking software. I was hoping 8.2 would fix this problem.... any suggestions???????

  • How to use proxy for all application in XFCE?

    Hi all,
    Is there any way I can setup a proxy and then all applications over XFCE can use it, just like the Internet Option in Windows?
    I tried "export PROXY=..." in command line and setup proxy for Firefox, but those setting is not for overall system.
    If unfortunately there is no way for global setting, at least please tell me how to setup proxy for svn command.
    Thank you.

    Sign in with whatever Apple ID desired on the device in iMessage setup.
    This has no affect on the Apple ID used for store purchases or iCloud.

  • How to set proxy authentication using java properties at run time

    Hi All,
    How to set proxy authentication using java properties on the command line, or in Netbeans (Project => Properties
    => Run => Arguments). Below is a simple URL data extract program which works in absence of firewall:
    import java.io.*;
    import java.net.*;
    public class DnldURLWithoutUsingProxy {
       public static void main (String[] args) {
          URL u;
          InputStream is = null;
          DataInputStream dis;
          String s;
          try {
              u = new URL("http://www.yahoo.com.au/index.html");
             is = u.openStream();         // throws an IOException
             dis = new DataInputStream(new BufferedInputStream(is));
             BufferedReader br = new BufferedReader(new InputStreamReader(dis));
          String strLine;
          //Read File Line By Line
          while ((strLine = br.readLine()) != null)      {
          // Print the content on the console
              System.out.println (strLine);
          //Close the input stream
          dis.close();
          } catch (MalformedURLException mue) {
             System.out.println("Ouch - a MalformedURLException happened.");
             mue.printStackTrace();
             System.exit(1);
          } catch (IOException ioe) {
             System.out.println("Oops- an IOException happened.");
             ioe.printStackTrace();
             System.exit(1);
          } finally {
             try {
                is.close();
             } catch (IOException ioe) {
    }However, it generated the following message when run behind the firewall:
    cd C:\Documents and Settings\abc\DnldURL\build\classes
    java -cp . DnldURLWithoutUsingProxy
    Oops- an IOException happened.
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:452)
    at java.net.Socket.connect(Socket.java:402)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
    at sun.net.www.http.HttpClient.New(HttpClient.java:339)
    at sun.net.www.http.HttpClient.New(HttpClient.java:320)
    at sun.net.www.http.HttpClient.New(HttpClient.java:315)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:510)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:487)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:615) at java.net.URL.openStream(URL.java:913) at DnldURLWithoutUsingProxy.main(DnldURLWithoutUsingProxy.java:17)
    I have also tried the command without much luck either:
    java -cp . -Dhttp.proxyHost=wwwproxy -Dhttp.proxyPort=80 DnldURLWithoutUsingProxy
    Oops- an IOException happened.
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.yahoo.com.au/index.html
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1245) at java.net.URL.openStream(URL.java:1009) at DnldURLWithoutUsingProxy.main(DnldURLWithoutUsingProxy.java:17)
    All outgoing traffic needs to use the proxy wwwproxy (alias to http://proxypac/proxy.pac) on port 80, where it will prompt for valid authentication before allowing to get through.
    There is no problem pinging www.yahoo.com from this system.
    I am running jdk1.6.0_03, Netbeans 6.0 on Windows XP platform.
    I have tried Greg Sporar's Blog on setting the JVM option in Sun Java System Application Server (GlassFish) and
    Java Control Panel - Use browser settings without success.
    Thanks,
    George

    Hi All,
    How to set proxy authentication using java properties on the command line, or in Netbeans (Project => Properties
    => Run => Arguments). Below is a simple URL data extract program which works in absence of firewall:
    import java.io.*;
    import java.net.*;
    public class DnldURLWithoutUsingProxy {
       public static void main (String[] args) {
          URL u;
          InputStream is = null;
          DataInputStream dis;
          String s;
          try {
              u = new URL("http://www.yahoo.com.au/index.html");
             is = u.openStream();         // throws an IOException
             dis = new DataInputStream(new BufferedInputStream(is));
             BufferedReader br = new BufferedReader(new InputStreamReader(dis));
          String strLine;
          //Read File Line By Line
          while ((strLine = br.readLine()) != null)      {
          // Print the content on the console
              System.out.println (strLine);
          //Close the input stream
          dis.close();
          } catch (MalformedURLException mue) {
             System.out.println("Ouch - a MalformedURLException happened.");
             mue.printStackTrace();
             System.exit(1);
          } catch (IOException ioe) {
             System.out.println("Oops- an IOException happened.");
             ioe.printStackTrace();
             System.exit(1);
          } finally {
             try {
                is.close();
             } catch (IOException ioe) {
    }However, it generated the following message when run behind the firewall:
    cd C:\Documents and Settings\abc\DnldURL\build\classes
    java -cp . DnldURLWithoutUsingProxy
    Oops- an IOException happened.
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    at java.net.Socket.connect(Socket.java:452)
    at java.net.Socket.connect(Socket.java:402)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
    at sun.net.www.http.HttpClient.New(HttpClient.java:339)
    at sun.net.www.http.HttpClient.New(HttpClient.java:320)
    at sun.net.www.http.HttpClient.New(HttpClient.java:315)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:510)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:487)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:615) at java.net.URL.openStream(URL.java:913) at DnldURLWithoutUsingProxy.main(DnldURLWithoutUsingProxy.java:17)
    I have also tried the command without much luck either:
    java -cp . -Dhttp.proxyHost=wwwproxy -Dhttp.proxyPort=80 DnldURLWithoutUsingProxy
    Oops- an IOException happened.
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.yahoo.com.au/index.html
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1245) at java.net.URL.openStream(URL.java:1009) at DnldURLWithoutUsingProxy.main(DnldURLWithoutUsingProxy.java:17)
    All outgoing traffic needs to use the proxy wwwproxy (alias to http://proxypac/proxy.pac) on port 80, where it will prompt for valid authentication before allowing to get through.
    There is no problem pinging www.yahoo.com from this system.
    I am running jdk1.6.0_03, Netbeans 6.0 on Windows XP platform.
    I have tried Greg Sporar's Blog on setting the JVM option in Sun Java System Application Server (GlassFish) and
    Java Control Panel - Use browser settings without success.
    Thanks,
    George

  • How to set proxy setting in all application

    i am using college wifi system, it used by proxy setting and username and password for that,
    in the time of microsft updation I cant access internet, how to setup proxy for that??????

    Hi,
    Was your issue resolved?
    If no, please provide the detailed information of your issue for analysis.
    If the problem happened after Windows Update, let us know which update.
    You could set the proxy as below:
    1. Open Internet Explorer.        
    2. Click the Tools button, and then click
    Internet Options.
    3. Click the Connections tab, and then click
    LAN settings.
    4. Select the Use a proxy server for your LAN check box.
    5. In the Address box, type the address of the proxy server.
    6. In the Port box, type the port number.
    7. If your network requires separate proxy addresses for different services, such as HTTP, HTTPS, or FTP, click the
    Advanced button, and then type the individual proxy server addresses to use.
    8. When you are finished making changes, click OK until you return to Internet Explorer.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to set View for Completed items inside Tasks?

    How to set button for 'View' and see Completed items or not completed inside Tasks?

    Hi,
    You want to set custom views for Tasks folder so that when we click a view button, it will show all Completed or incomplete tasks, am I correct?
    Which version of Outlook are you using? There are existing views for completed/incomplete tasks in Outlook. In Outlook 2010 and Outlook 2013, we can find the buttons under View tab > Change View. Click Completed button to view all completed
    tasks; Click Active button to view incomplete tasks.
    In Outlook 2007, just click View > Current View to switch between different views.
    If I've misunderstood something, please feel free to let me know.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to set  password for BPEL domain

    Hi,
    I am new to SOA.
    I want to setup client-server environment for few developers.
    I installed SOA 10.1.3.3 in the server machine.
    And I created few domains in BPEL, one for each developer.
    It didn't ask me to set the password while creation of the domain.
    Please let me know how to set password for newly created domain so that each developer login to his/her own domain and manage processes.
    Thanks!!!

    Thanks for the prompt response.
    What roles should I give to my developers to allow them to manage their services in ESB control, BPEL control, WSM control.
    And I would like to know how to set the password for a BPEL domain too.
    Message was edited by:
    user644377

  • How to set password for every application

    Hi,
    As a administrator how to set password for every weblication in sharepoint 2013.
    Is there any way to set?
    Thanks,

    Who's password are you trying to set? Please provide more details.

  • How to set password for a zip file and should be checked when reading that

    Hi friends,
    how to set password for a zip file and should be checked when reading that file???
    thanks.
    Praveen Reddy.J

    Heyy man, i think, u did not get my problem.
    all i have to do is:
    i have to create a zip file, and we should secure it with password when creating. and whenever the user wants to open that zip file he should provide correct passowrd otherwise he could not read that file. So, we should check for that also.
    Tanks for reply.

  • How to set password for Local are connection?

    How to set password for Local are connection?

    do you mean the 802.1x authentication?
    check out links below:
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2950/software/release/12-1_9_ea1/configuration/guide/scg/Sw8021x.html
    http://technet.microsoft.com/en-us/network/bb545365.aspx
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    IT Stuff Quick Bytes

Maybe you are looking for

  • Losing some Login Items after upgrading to 10.6.7

    I'm pretty sure this wasn't happening until after the 10.6.7 update (I installed the Combo version). When I restart, several (actually most) of my Login Items are gone from my Login item list. I went through the process of restoring them all, and the

  • Apple tv doesn't work with my receiver

    I updated my apple tv 3 and now it doesn't work with my Denon AVR-591 receiver.  When I called Denon they said unfortunately the firmware on my receiver doesn't update and therefore may not work with certain devices.  Is this possible?

  • Application won't be installed after canceling "restore from backup"

    I just recently updated my firmware from 3.1.2 to 3.1.3. So what I did was restoring it to factory settings and update its firmware. Afterward, I attempted to restore my IPhone 3G from backup that I made before. In the process of installing back all

  • Moving and properly placing fields in a FormsCentral form

    I've just started using this software that came with Acrobat XI and began designing a form from scratch.  Moving and placing fields in your desired location seems to be quite challenging unless there is something I do not understand about the process

  • WF not working

    Hi expert, We set up a worklfow on SOD. However, it works on my colleagues' laptop not mine. The only possible explanation we can think of is the IE version. I am on IE7.O while my colleagues are on 6.0 or earlier version. I am not sure if this is th