Forum Discussion

NisHera's avatar
NisHera
Valued Contributor
7 years ago
Solved

Converting jScript to JavaScript

I just stated converting my jScript project to JavaScript.

auto conversion didn't change file extension... am I suppose to do manually? or it's doesn't matter at all?

 

anybody has experience to to share regarding conversion ?(other than what's all ready documented. )

  • As far as I know, JScript and JavaScript files will have the same extension in TestComplete so you should be fine.

2 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    As far as I know, JScript and JavaScript files will have the same extension in TestComplete so you should be fine.

    • cunderw's avatar
      cunderw
      Community Hero

      Actually one is .sj and the other is .js. 

       

      As far as TestComplete is concerned it will treat both the same, however, some source control systems and utilities have to be manually configured to treat .sj files as a javascript file.