I am running a suite of automated test written using Rational Visual Test for which there is no support currently. These tests were working great on a Windows 7 machine. We are now testing our product on Windows 8 machine. I was able to install the tool (Rational Visual test) on Windows 8. Some lines of code work fine, but I hit a roadblock when a test could not click on the "OK" button of a dialog box. This same test worked fine on a Windows 7 machine. the following error popped up in VT - "Cannot set playback hook". How do i go about debugging this let alone fixing this. Is this because some functions in VT are not able to access the Window APIs?
Rational Visual test - Windows 8 - Error: Cannot set playback hook
412 Views Asked by user2074621 At
1
There are 1 best solutions below
Related Questions in WINDOWS-8
- Finding the default application for a particular file name extension (Even when served by a metro app)
- Add-AppDevPackage.ps1 asking for Name[0] parameter
- How do I create a Gmail client for Windows 8/ 8.1?
- Error 1 The build stopped unexpectedly because of an internal failure. Unable to translate Unicode character
- Load Images In a ListView stored in local App folder windows 8 app
- Get all windows from Alt + Tab excluding Metro windows - Windows 8/8.1
- Win 8 App Set text in data template
- Get an accelerometer's device id(or monitor an accelerometer in the backbround) on WinRT
- Win 8 App Get text from datatemplate listview
- Run an App on windows tablet without uploading to store
- Is there a definitive way to port a Cordova App to Windows 8? (Unsafe code)
- Beginner: How to I access an external SMB server? Windows 8.1
- App install nightmare on Windows : Access denied / Deletefile failed code 5
- SetParent API under Windows-8 changes font size of application menu and ribbon
- JVM hangs on exit
Related Questions in UI-AUTOMATION
- Firefox automatically choose certificate, without ui dialog
- How to automate the android phone back button using appium
- Find a windows control using partial NameProperty in windows automation
- Read a Xcode Instruments .trace file generated from Automation.tracetemplate
- Get TitleBar Caption of any application using Microsoft UI Automation?
- How To Get Window handles In Mozilla Firefox
- How to check a checkbox with microsoft uiautomation?
- How to scroll down the screen in the android espresso test? I need to validate the text present on the screen
- how to use Instrumentation under the uiautomator project?
- How would Android UiAutomator behave if it encounters "Force Close or ANR"
- How to check control visibility in WPF app using Test Studio, Ranorex or TestComplete test tool
- How to automate the Ace Editor (send keys) using WebDriver?
- Best practices for implementing Page Object model for pages with many elements
- How to make UI Automation click a button with no id?
- Automatic PL/SQL Webtool kit based application using selenium
Related Questions in BUTTONCLICK
- ClickListener into BaseAdapter error
- JQuery Button click not working along with overflow-y on Android 4.2.2
- Multiple popups appearing in prod (on Heroku) but not locally
- How can I automatically "click" a button when a timer counts down to "0"? (How do I call click on a button from code?)
- Unable to hide the panel
- I want the below button code to open a new tab with the URLfetched from a js variable
- How can I show data picker in android?
- VBA BUTTON to copy from one workbook to another
- Multiple buttons in a popup, trying to stay organized
- onClick javascript function is not working
- Change two images on button click (Android)
- Toggle Button not doing anything when clicked
- How would I move text from text areas into a new table using Javascript?
- Sandboxed code execution request failed while storing data in list
- How to store last button clicked and add to listbox
Related Questions in IBM-RATIONAL
- Few Questions on IBM Rational Functional Tester (RFT)
- Rational Visual test - Windows 8 - Error: Cannot set playback hook
- Eclipse eGit not connecting to remote repository - NullPointerException at ProxyHelper getPasswordAuthentication
- IBM Rational Business Developer for EGL programs, issue with generation output directory
- Running RFT script through RQM not capturing screenshots to log Results
- Missing links when specific baseline is determined
- RTC: Resolving stream gaps?
- IBM Rational Build Forge Adaptors
- IBM Rhapsody cannot see license server
- API to IBM Rational Requirement Composer
- Rational Software Architect Methods and Attributes
- Is there any differences between java or .NET projects built in win 32 bit and another built in win 64 bit?
- DXL only finding new links in link module
- How do I do distributed UML development (à la FOSS)?
- Is there a slim and free RTC client for Windows?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The reason you are seeing the error message 'Cannot set playback hook' is that the exe files in the Visual Test folder (MSDEV.EXE, MT.EXE, MTRUN.EXE, MTSCREEN.EXE, MTVIEW.EXE and VCSPAWN.EXE) are not signed. Please look for a service or tool on the internet that can sign windows exe files. Once you have completed this process, copy the signed files into the Visual Test folder, overwriting the existing unsigned exe files.