Forum Discussion

wnull3's avatar
wnull3
Occasional Contributor
10 years ago
Solved

playback now does entire project instead of single function

I'm testing an internal company website using scripts (Javascript).  Everything has been going well but all of a sudden when I try to playback a single test, Test Complete is playing back the entire ...
  • wnull3's avatar
    wnull3
    9 years ago

    Ok so got the solution from the Ticket.  

     

    Rookie Scripting mistake/friday thinking about the weekend maybe??

     

    I had the following in my common functions script

     

    exports.SPLogin = SPLogin();

     

    it should've been

     

    module.exports.SPLogin = SPLogin():

     

     

    thanks everyone for the help!