Forum Discussion

Subashree's avatar
Subashree
Occasional Contributor
8 years ago

JCCalendarComponent not found

I have been running test scripts using Test Complete for the past 1 year. I suddenly face with the following issue which  is  not allowing me to run.

 

The error is it says "JCCalendarObject Not found" which then stops the script from running. I'm unable to proceed from there.

 

The tool actually takes the criterias from the inout excel sheets and post them to our Caterpillar internal tool and gives the output back to excel sheet. But each time it goes to Date time picekr object, it throws this error and stops running from then

 

No changes to code or the windows applicaiton was made. But still i face this issue. Please help me ASAP to have the scripts up and running.

8 Replies

  • shankar_r's avatar
    shankar_r
    Community Hero

    Can you post the screenshot here, so that would be helpful to understand your issue?

     

    Any changes made in AUT?

    • Subashree's avatar
      Subashree
      Occasional Contributor

      Hi

       

      Please find the attached screenshot which i have captured in three steps.

       

      Thanks in advance

       

       

      • shankar_r's avatar
        shankar_r
        Community Hero

        This is error is not related to any code that you have. We have to look this object Name mapping.

         

        Lets do following things,

         

        1. Try to highlight the Object from the Name Mapping = ?

        2. If 1 is fine, Then Add a script before your setSelectedDate

         

        if(JCCalendarObject.Exists)
        {
           //put setSelectedDate line here
        }

        Let me know your results.