zoukankan      html  css  js  c++  java
  • QTP的那些事QC远程执行QTP经常出现QTP崩溃现象解决方案

    tip submitted by LearnQTP reader Ajay Mohan.

    pal_drv.sys is the system driver that may be the culprit for your frequent QTP crash issues. This driver was developed for text recognition mechanism that QTP doesn’t support now. To solve the QTP crash problem, you need to uninstall this driver and here is how:

    1. Go To command prompt. [Start > Run > Type cmd]
    2. Change directory to C:\Program Files\HP\QuickTest Professional\bin using the command
      cd C:\Program Files\HP\QuickTest Professional\bin
    3. Type in nt_tr.exe –remove as shown in the image below. qtp-crash-solution
    4. You will see a message box stating Text recognition has been uninstalled.
    5. Reboot machine. It should work without reboot as well but just in case.
    6. Try opening QTP, it should no longer crash now.

    Did this solve your QTP crash issue? Let us know in the comment section below.


    作者:高级测试开发网
    博客地址:https://seniortesting.club
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

  • 相关阅读:
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
    LeetCode OJ
  • 原文地址:https://www.cnblogs.com/seniortestingdev/p/2354950.html
Copyright © 2011-2022 走看看