18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

Getting Error in IE 8

Radha MadhaviRadha Madhavi Members
edited November -1 in Sahi - Open Source
Hi, I am Madhu..
I am new to Sahi Testing tool.
I recorded a test case using Sahi, when i play back in IE 8.. I am getting the follwing error.
Please help me how to avoid this.


" There is a problem with this website's security certificate.


The security certificate presented by this website was not issued by a trusted certificate authority.

Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
We recommend that you close this webpage and do not continue to this website.
Click here to close this webpage.
Continue to this website (not recommended). "

Comments

  • Hi Madhu,

    You will have to accept the SSL Certificates. Kindly follow the video:

    http://www.youtube.com/watch?v=qfjjVUGW56s

    Regards
    Sumitra
  • Hi Sumitra,

    Thanks for your answer..

    I saw the video.. But in View certificates window, I am unable to see the Install Certificates button in my system. Can u please tell me what the problem is?

    Regards,
    Madhu
  • Hi Madhu,

    Let me know what the window looks like after following these steps:

    Open IE from the dashboard -> click on the "SSL Manager" link -> Click on any of the red ones (certificates that need installation)

    Now, click on "Continue to this website (not recommended)".

    Click on "Certificate Error" next to the URL and then click on "View Certificates".

    Regards
    Sumitra
  • Radha MadhaviRadha Madhavi Members
    edited April 2011
    Hi Sumitra,

    I am unable to send the Image of that window..
    Can u please give me your email id, so that i can send u a mail..
    Or else please tell me how to upload images in this?

    Regards,
    Madhu
  • Hi Madhu,

    My email id is sumitra.m.n@sahi.co.in.

    Regards
    sumitra
  • Hi Madhu,

    Kindly follow these steps.

    Open IE -> Go to Tools -> Internet Options -> Security -> Uncheck the option "Enable Protected Mode(requires restarting Internet Explorer) if its checked ->Click apply ->Click OK. Restart IE.

    Now try the Certificate Installation process and let me know if you can see "Install Certificate" Button.

    Regards
    Sumitra
  • Radha MadhaviRadha Madhavi Members
    edited April 2011
    Hi Sumitra,

    Thanks for your help. It's working fine now.
    I am able to see "Install Certificate" button now.

    I want to know another thing Sumitra..
    Is there any Interface for Sahi Tool ?

    Can u please Tell me..

    Regards,
    Madhu
  • Hi Madhu,

    Could you please be more specific about the issue?

    Regards
    Sumitra
  • Hi Sumitra,

    As of now we are recording and playing one test at a time. Is there any way
    to play multiple tests at a time like Test Suite,
    Data Driven Testing,
    Logical Test Cases like using IF conditions and FOR Loops etc.


    Is There any framework (Data Driven, Keyword, Hybrid) ? I heard these words in QTP.


    Regarding my question Interface: - If there are 10 Test Cases. I want to run only 3 Test Cases at a time and i want to select those 3 test cases by selecting the check boxes.

    After running the 3 test cases , I want to see the results. How many are passed and how many are failed.

    Regards,
    Madhu
  • Hi Madhu,

    As of now, we don't have user interface for running Test suites, you can expect that in the future

    You will have to edit the suite file every time before running.

    Refer [url] http://sahi.co.in/w/Running+multiple+tests+in+batch+mode[/url] for running multiple tests using Sahi

    Refer [url] http://sahi.co.in/w/data-driven-testing[/url] for achieving data driven testing in Sahi

    For Conditional Execution, you can get advantage using _include function.

    Consider the below code snippet,

    Var $i = true

    if ($i){
    _include("script1.sah");
    }
    else {
    _include("script2.sah");
    }


    Regards
    Sumitra
  • RajiRaji Members
    Hi,

    The script file size is 0kb after recording. This happens only with our application, but when I try to record some operations in the google webpage, scripts are generated. I tried following
    the below steps to install the certificates, but I still don't find "Install Certificate" button . I'm using Windows 7 OS and IE10. I've made the required changes in the configuration file for IE10. Please help me on this.

    Open IE -> Go to Tools -> Internet Options -> Security -> Uncheck the option "Enable Protected Mode(requires restarting Internet Explorer) if its checked ->Click apply ->Click OK. Restart IE.
Sign In or Register to comment.