Some Useful Tips for QTP

  • Listed down are some of the useful QTP Tips.

     
  • Always start first then your application to automate.
  • Try to avoid the Text Checkpoints, Recovery Scenarios file and other similar functions that deal with screen resolution as this may fail your test in the long run.
  • Load only those Addin that are required for your application, loading extra AddIn slows down your application.
  • Turn off Run >> Results option while scripting the aplication as it will fasten the execution process.

Comments