IE browser testing problem

Hi evryone,
Please help me out by giving me some reliable solution.
I am using dream weavercs3 trail, but I got problem with
browser test. I have Internet explorer , when I used to try to view
the preview of my dreamweaver page in IE , I got some error and IE
page got closed...
Is anybody have solution with this??
please suggest me whats next?
Thanks

What error are you receiving?
Also I wasn't aware the trial was working because it was
taken off and was not supposed to be back up until July 1st.

Similar Messages

  • Webservice is not working on browser test client

    Hi,
    I am using Weblogic 9.2 server, and have deployed a webservice application. While accessing the Websevice browser test client (which is a https url) it renders all the available Web Service methods of that service.
    When i click on any of the methods the request goes to http and it says page not found. when i change the http to https it renders the method attributes correctly.
    I am able to access the web service from some test clients (like SoapUI) without any issues. So the problem is only with the browser based weblogic test client which uses http request internally.
    Anybody have idea what could be the reason for this.
    Regards,
    Chandran

    Hi,
    I am using Weblogic 9.2 server, and have deployed a webservice application. While accessing the Websevice browser test client (which is a https url) it renders all the available Web Service methods of that service.
    When i click on any of the methods the request goes to http and it says page not found. when i change the http to https it renders the method attributes correctly.
    I am able to access the web service from some test clients (like SoapUI) without any issues. So the problem is only with the browser based weblogic test client which uses http request internally.
    Anybody have idea what could be the reason for this.
    Regards,
    Chandran

  • Browser Testing on Intel Mac

    I'm trying to find articles / information that outline good
    methods to perform browser testing on an Intel Mac. I already use
    Browsercam, which works to a point, but I need to test the
    functionality of navigation systems which I can't do with screen
    shots. I'm primarily interested in testing on Windows XP with ie6
    and ie7 which is often the largest % of my audience. Any
    suggestions would be appreciated.
    Brian

    I've been using the Tredosoft solution for quite a while, and
    if you make
    the registry change they suggest, you do indeed get different
    versions of IE
    that behave appropriately according to the version number.
    Tredosoft even
    has a page containing conditional comments for each version
    to allow you to
    do an easy visual check to make sure each version is behaving
    as expected.
    I trust this hack from Tredosoft more than I trust a
    "timebombed" app from
    Microsoft. ;)
    Sonjay
    On 1/11/08 12:12 PM, "Michael Fesser" wrote:
    > .oO(darrel)
    >
    >
    >>> I don't trust those sorts of hacks. you can
    download free VPC mages (which
    >>> parallels can convert and use) with IE 6 and
    another with IE 7.
    >>
    >> Running multiple instances of windows is crazy,
    though...especially if you
    >> are on a 2gig laptop.
    >>
    >> So, I find the Tredosoft solution a pragmatic one.
    >
    > In the past the typical problem with such hacks was that
    an IE in a
    > multi-IE environment didn't behave as it would in a
    single installation.
    > Maybe Tredosoft solved this issue (or at least a part of
    it), since they
    > write on their site:
    >
    > | Moreover, by removing the "IE" key in the registry
    subkey
    > | [HKLM\SOFTWARE\Microsoft\Internet Explorer\Version
    Vector] Internet
    > | Explorer defaulted to respecting conditional comments
    based on the
    > | version number prebuilt in the program.
    >
    > I think I'll give it a shot.
    >
    >> But certainly, if you have the horsepower, a
    'virgin' install of each
    >> browser in their own instance of windows is the best
    solution.
    >
    > The CPU power shouldn't really be a problem. Even my
    1.2GHz workstation
    > could run such a virtual machine, at least for testing.
    >
    > Micha

  • How to handle Back button, Browser Refresh problem at server side.

    Hi Friends,
    How to handle Back button, Browser Refresh problem at server side in java?.
    I am able to trace that,
    request.getHeader("ACCEPT") is returning value- */*
    when the browser was refreshed and returning different MIME types
    for all other actions from browser.
    I have doubt, will the above solution works always for all servers,browsers?.
    Please also specify any solution to handle back button at server side?.
    Thanks in Advance.
    Venkat..

    I'm sorry I don't think tht's the right solution for
    the above question....
    We must be aware that whatever scripting methdologies
    we either javascript/vbscript would executed @
    client(browser) side not @ server side....
    Dud If U get a good solution keep me updated.....
    THANKS & REGARDS,
    RAHULMy dear friend ...
    the bad news is that u simply cant disable or add any listener to the back button of the browser.
    When u hit the back button of ur browser the URL gets re-executed. So in case u have a JSP then the history.forward() is the best solution. [only if the page doesnt get expired similar to secure https sites]
    Now dont say that user can have javascript disabled ...those users will have a pretty touch time browsing websites since javascripts r used extensively by almost all websites.
    But in case u have an action.do or servlet call then u need to manage it using a session variable since the request will be sent to the server rather than client.
    For multiple form submittion issues read the following article in javaworld...
    Client vs. server solutions
    Different solutions can solve this multiple form submission situation. Some transactional sites simply warn the user to wait for a response after submitting and not to submit twice. More sophisticated solutions involve either client scripting or server programming.
    In the client-only strategy, a flag is set on the first submission, and, from then on, the submit button is disabled based on this flag. While appropriate in some situations, this strategy is more or less browser dependent and not as dependable as server solutions.
    For a server-based solution, the Synchronizer Token pattern (from Core J2EE Patterns) can be applied, which requires minimal contribution from the client side. The basic idea is to set a token in a session variable before returning a transactional page to the client. This page carries the token inside a hidden field. Upon submission, request processing first tests for the presence of a valid token in the request parameter by comparing it with the one registered in the session. If the token is valid, processing can continue normally, otherwise an alternate course of action is taken. After testing, the token resets to null to prevent subsequent submissions until a new token is saved in the session, which must be done at the appropriate time based on the desired application flow of control.
    for more details refer :
    http://www.javaworld.com/javaworld/javatips/jw-javatip136.html
    Hope u got the idea.
    FYI I have been using both these ideas in my credit card payment gateway project. This concept has worked really well.

  • Cross browser testing:Click action on UITestcontrol got using ExcuteScript API is not working.

    Hi,
    For one of the web control,I am using ExecuteScript API to get the UITestControl as explained in this link (http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/18/introducing-jscript-execution-on-internetexplorer-and-crossbrowser-in-coded-ui-test.aspx
    )and trying to perform click action on the control.It is not performing the click action on the control but script status is success.
    Problem is seen only with specific Overload of Mouse.Click().Here I am constructing the control using bounding rectangle dynamically.
    The API I am using is
     Microsoft.VisualStudio.TestTools.UITesting.Mouse.Click(UITestControl, MouseButtons.Left, ModifierKey.None, clickablePoint );
    Point Caluculation is shown below:
    clickablePoint  = return new Point(boundingRect.Width / 5, boundingRect.Height / 4);
    I tried to debug the code and found that Selenium web driver is throwing null reference exception while using this API for Left button click action.Could you please check the problem and fix it.So that I can
    use this API as per my requirement.
    Regards,
    Nagasree.

    Hi Nagasree,
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33. So please make sure the Chrome and Firefox is supported by cross browser testing
    Whether this API: Microsoft.VisualStudio.TestTools.UITesting.Mouse.Click(UITestControl, MouseButtons.Left, ModifierKey.None, clickablePoint ) worked fine with IE browser when
    you run this test?
    If the same API worked fine on IE browser but not on Chrome or Firefox browser, “Q AND A” tab in this link:
    Selenium components for Coded UI Cross Browser Testing is a better place for resolving this problem.
    It seems that you want to click the control using bounding rectangle, then you don't neet to use MouseButtons.Left and ModifierKey.None, you can use such API:
    Click(UITestControl, Point) or
    Click(Point) directly.
    You also can try to use the following code snippet, maybe it can help you.
    Rectangle r = TargetControl.BoundingRectangle.
    Mouse.Click(new Point(r.X + r.Width/2, r.Y + r.Height/2));
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...) Thanks,

    Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...) Thanks,

    Hi O_H_I_O,
    Have you got an error code ?
    Considering it is a brand new machine ,please update the machines .To get a better performance of the machines ,we should always keep it up to date .
    There is a possibility that the DVD/CD-ROm drives driver is old or has corrupted .Please open the device manager , update or reinstall the driver to have a check.
    Apart from this ,we can run the built-in tool to a diagnostic :
    Control Panel\All Control Panel Items\Troubleshooting\All Categories\Hardware and Devices
    We also can run the following fixit tool to have a check.
    Fix problems with CD or DVD drives that can’t read or write media
    http://support.microsoft.com/mats/cd_dvd_drive_problems
    Best regards

  • F12 browser test serving a blank page with no html or other source

    I've been struggling to start using my local test server again.  It was working about a year ago when I last used it, but now, I get only a blank page back when I do the browser test (F12).
    It took awhile to get Wamp to just start up (icon was orange).  Turned out to be a Port 80 conflict issue.  Eventually changed Skype port and Wamp now starts fine (icon green).
    I've documented all the settings in both Wamp and DW to make sure everything is pointing to the right place, but still only get blank pages back when viewing in Firefox.
    For some additional testing I made a copy of the html file on the test server but still got the same results.
    Any ideas on what to try next?
    Thanks
    Tom

    Rob,
    You're right.  To avoid adding variables, all my testing now is using the index.htm file at the server root (i.e. CnA_Test_Server/index.htm).
    What then do you get when you just type:
    http://localhost
    I get the same result as using F12 within DW (i.e. blank page with no page source).
    I went back to look at Apache httpd.conf.  I think there are only 4 settings I've ever looked at.  The 2 relevant to root directory and the two relevant to the listening port.  The directory ones (document root and <directory>) should be fine (C:/wamp/www).  The two port ones are the only ones changed since last successfully using the test server.
    The only difference I can think of between the working WAMP of a few months back and now was the issue with Port 80 .  That problem didn't exist the last time I used the test server successfully some months back.  Obviously, since then at least 2 apps have been installed that also listen via 80: Skype and whatever is using MS IIS.  I changed the Skype setting to 8081 but, because I haven't figured out who's using IIS, I ended up changing Apache to 8080.
    In looking closely at httpd.conf I noticed that I had coded LISTEN 8080 but the example (proceeded by the "#") was "LISTEN 12.34.56.78:80".  I don't know if I made a mistake when changing the entry and didn't specify "LISTEN 127.0.0.1:8080".  I tested both settings (i.e. with and without the IP) and it didn't seem to matter (i.e. the F12 test ended the same way).  Do you happen to know whether Apache is sensitive to the difference between Listen 80 and Listen 127.0.0.1:80?
    Again, the file copy on the test server is being updated when F12 is pressed.
    Tom

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I bought an IPhone 5 in the US last Jan. The bettery was tested problem at my local Apple Store in Shanghai, China. Must I send it to the store where I bought it or Can any Apple Store in the US help me repair it? Thank you.

    Recently, my Iphone shuts down at 50%+ bettery. My local Apple Store told me that the bettery was tested problem and needs to be repaired or changed. Since the phone is still under a year warranty, I was suggested to return it to the US Apple Store for help. Please let me know if I can send it to any store in the US or the store where I bought. Also, I don't find the email receipt. Will it be a problem for repair? Your quick response will be very appreciated. Thank you.

    One more question. Can it be down without the receipt? If yes, I will send the phone to US immediately before warranty expired. Thank you.

  • Oracle 10g express edition browser login problem

    Hi
    I installed oracle 10g express edition and after installing successfully logged in browser , unlocked hr login and also created one form then I shutdown the database and rebooted my pc and since then when I try to login to "go to Database Home page" after starting database , I get a cookie 127.0.0.1 with username and password, First of all I am not sure what username/password it is expecting, I believe it requires my Windows XP username and password , I tried to enter couple of times my pc login username which has administrator privileges, I also checked it has ora_dba group but after entering pc username , password browser opens saying "unauthorized". I created another os user and tried with that still same. I tried entering oracle password "SYSTEM" and password for it but still could not login, I tried HR username password still nothing.
    I tried disabling firewall but still same issue. I tried to re-install two time but still same .
    Start database dos prompt does show all the process are started successfully .
    I also did ping for 127.0.0.1 and it does ping.
    I tried everything what I knew.
    Can anyone please help me ..to resolve this issue .

    Hi
    This is how I resolved the browser login problem .
    I checked the listener log
    C:\OracleXE\app\oracle\product\10.2.0\server\NETWORK\log
    And found the error
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    I have another version for oracle installed on my pc .
    I ended both the oracle process (Oracle.exe) through the Task Manager
    Then manually started “OracleServiceXe” service through Component Services
    Control Panel – Performance & Maintenance – Administrative – Component Services
    Then did following
    Programs – Oracle Database10g ExpressEdition – Start Database
    Programs – Oracle Databse10g ExpressEdition – Go to Database Homepage –
    Enter username SYSTEM
    Enter password xxxxxx … whatever given at the time of installing.
    And I did successfully login to the browser .
    Hope this will help to those of you who have run into similar problem which I faced
    Good Luck .
    A. Patil

  • Browser display problem in firefox

    After reinstall Vibe 3.3 to new server. Browser display problem in firefox. Last column only display half in the table. But IE is display fine. Any suggestion?

    Originally Posted by yuenc
    Sorry that, our company no planning on upgrade.
    And they said no problem before move to new server.
    Then you could try the workaround mentioned in comment 6: https://bugzilla.novell.com/show_bug.cgi?id=786587#c6
    According to the bug report it was found in 3.3, so either they had this problem before or they used an older version firefox than 16 prior to the server migration.
    Thomas

  • Cannot install Selenium Components for Cross Browser Testing extension from Visual Studio 2013

    Hello,
    I am having some issues with installing Selenium Components for Cross Browser testing.  I keep getting this error everytime. Yes, Visual Studio 2013 has been registered with a product key. However, I cannot seem to bypass this error. I tried to install
    from http://visualstudiogallery.msdn.microsoft.com/11cfc881-f8c9-4f96-b303-a2780156628d and from Tools->Extensions and Updates from Visual Studio 2013. It just does not work. I have a copy of Visual Studio 2013.  Yes, I already have Visual Studio
    2012 Ultimate and Visual Studio 2013 Ultimate installed on my machine. What am I missing?

    Hi Antwan,
    Please uninstall the VS, then reinstall it.
    On the other hand, this issue is in the extension, I suggest that you should post it in
    Selenium components for Coded UI Cross Browser Testing site for efficient response. (Q AND A)
    Thanks
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...)

    ''duplicate of https://support.mozilla.com/en-US/questions/905881''
    Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...)

    Hi Kossa,
    You can also check if the issue occurs in
    Clean Boot. If the issue disappears in the Clean Boot environment, you can continue to narrow down which entry is causing the issue.
    Besides, uninstall it and re-download
    a fresh copy of FireFox to check the result. If the issue still exists, create a new user account to see if it occurs.
    If the issue persists, you can contact Mozilla Support directly and use Internet Explorer (IE) during the time.
    J
    Please Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise,
    regarding this product's performance or reliability.
    Regards,
    Linda

  • Testing problem with Business Component Browser

    I installed Jdeveloper3 and brought up the Bc4j sample (OrderEntry.jws). I went through the overview and then tried to test (right-click and select test) both the application module and the package. The browser comes up, but there are no views or any other objects. It is empty. I went through the tutorial on building Business Components using the emp and dept tables. Same problem when trying to test. The connection works because I created jsp pages using the views and all worked fine.

    Hi,
    Try resizing the tester window... there is a known issue with the tester wherein sometimes the window does not repaint. Resizing the window solves this problem.
    Please let us know if this is not the issue.
    Thanks,
    Arun

  • Firefox 37 crashes when using Peacekeeper browser test

    Hi guys, I updated my browser with Firefox 37 and it crashes on me every time I use the Peacekeeper browser benchmark test. I've had no issues using the website in the past. Every time I update my browser I run the test to compare previous results as well as compare the results with Google Chrome.
    It works fine with Chrome, but keeps crashing just 2 minutes in the test on FF37. I've tried running it in Safe Mode as well, but it still crashes. My plug-ins are up to date and I've tried a refresh as well. I did not have any other applications while running the test, just the browser was open with one tab. I'm running Windows 7.
    Here is the Peacekeeper website: http://peacekeeper.futuremark.com/
    I've sent the crash reporter to Mozilla.
    Appreciate your help...thanks in advance!
    Edit: included the Peacekeeper website.

    The problem may be outside of Firefox.
    The crash reports flagged these programs;
    Signature hang
    Process Type plugin Shockwave Flash Version:17.0.0.134
    ++++++++++++
    Signature rx::IndexRangeCache
    IPSEng32.dll = Symantec Intrusion Detection
    IPSLdr32.dll = Symantec Intrusion Detection
    See if there are updates for your graphics drivers
    https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    Download the current full Symantec installer programs.
    '''[https://support.norton.com/sp/en/us/home/current/solutions/kb20080710133834EN_EndUserProfile_en_us Download and run the Norton Removal Tool to uninstall your Norton product]'''
    After run the full installers.

Maybe you are looking for

  • For WebLogic 5.1, where should I put my class files for my JavaBeans?

    With JBuilder4, I have built an application with JSP and a few Java Beans (Those JavaBeans are instantiated in those JSP files). There are no EJBs. The package name is called 'onlinetrade'. I have tested the application on JBuilder's web server, it w

  • Classic won't start under Tiger

    When I try to start classic, it hangs as soon as the startup "Smiley Mac" screen appears" My computer will boot from OS9 system folder, but not start classic either from system preferences or automatically if I'm in Tiger. I've fixed OS9 permissions

  • Friends need help desperate-- Second page not printing from the beginning

    Hi Friends, I have a large layout whose main-section is 8.5x20 (Width&height) which has 2 frames each having 2 repeating frames and about 20 fields in each repeating frame. When I run the report it shows the report right, but when I print, it prints

  • Help with case issues in Java 1.3

    Using JDK 1.3 and Windows 98... here is my problem. If I create a class called EventSite.java and another class called eventsite.java (same name, different cases) and then compile them both...I only see the the first class compiled in the directory (

  • Other than photo booth

    Hey, i was wondering. Does anybody know of a program other that Photo Booth to take pics with my isight. One that doesn't have the flash or has the option to turn it off. Or not, is there any other programs that use isight in a good way?