wnull3
10 years agoOccasional Contributor
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 ...
- 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!