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
415 views Asked by user2074621 At
1
There are 1 answers
Related Questions in WINDOWS-8
- Rstudio for Windows 8.1 (64bit)?
- visual studio How do I run a windows 2008 ce Solution on VS 2017?
- How to solve a connection refused to localhost error SQLCODE -902?
- Access denied when using findstr windows command
- Signing kernel mode driver for Windows 8.1
- How to create share and grant multiple permissions on Windows8 using script
- Compiling Windows apps for other versions of Windows
- Windows 8 server , IIS 7.5 , .net version 4.6 , ASP.NET_SessionId cookies is not reflecting SameSite attribute
- HOW TO INSTALL A NODE V>14 IN WINDOWS 8?? Please someone help me
- git clone : This application requires one of the following versions of .NET Framework: .NET framework,Version =v4.7.2
- Error running WPF application using ChromiumWebBrowser from CefSharp.Wpf on Windows 8.0 SP1
- How to write programs for Windows RT?
- Flutter update causing error "Flutter requires PowerShell 5.0 or newer" irrecoverable
- Task Scheduler did not launch task "\abc" because instance "(GUID)" of the same task is already running
- VS Code Failed to Install Visual Studio Code Update
Related Questions in UI-AUTOMATION
- How to parse data into cucumber's variables in feature file?
- Can't find UIA element with FindFirst method (VBA)
- Detect clickable areas within <img> tag in Ionic project
- includes assertion in playwright for for CSS and Attribute?
- How to find the next/child button of a div and then click it in Power Automate Desktop with Jquery selector
- How to inject a QR code image for end-to-end testing a QR code scanning app
- Why my selenium java code is throwing exceptions inconsistently?
- Is it preferred to write loops and conditions while writing my testing automation script using selenium? Is there another best practice should i use?
- Use different @BeforeMethod methods in TestNG
- How to run data driven tests parallelly in robot framework?
- Appium: Parallel execution on multiple devices - Failed to click on one device while happens in the other
- I got this error for multiremote capabilities whre I want to use object model: Error: ReferenceError: $ is not defined
- Scroll a specific scrollbar out of available ones to the item which is not visible on launch by default
- Playwright is not generating videos when we create our own context
- Insecure download blocked with TestCafe
Related Questions in BUTTONCLICK
- How can I eliminate or deactivate the white flash that appears when I press a button via a mobile device?
- Why does my Blazor page stop working after succesfully performing an action?
- PartialView does not work properly when called from Layout.cshtml
- Button not working on first click with if and else statements
- I have an issue in my C# application and get an exception
- org.openqa.selenium.NoSuchElementException: Unable to find element with locator By.xpath : issue unresolvable
- Button and hover effect not working in react js project
- WPF: How to get the Current Object from a List when a Button is pressed
- getting undefined id in delete function
- Can anyone tell me how to avoid on click error in react js
- How do I speed up inloading of local 'Activity' file in Java?
- TextView as a button in quiz application not selected on clicking them
- I write a removeeventlistener on a button but it isn t working
- How to call an existing onclick function using javascript
- When I click the button, it doesn't work at all
Related Questions in IBM-RATIONAL
- IBM Rational - indentation available in Rational 9.6.0.6?
- Missing links when specific baseline is determined
- Rdi not responding while new version upgrade is available . Error displayed Java was started but returned exit code 1
- How to properly host rational rose real time project in git?
- How to load a specific Baseline fron IBM Doors using a DXL script
- How to rename Bulk files in GitHub or RDi
- How to Clone GitHub Repo to an IFS Directory instead of Local workspace for RPG Code?
- Is it possible to dynamically define enumarated type based on another attributes values in IBM DOORS?
- WSDL Generate Java Bean Skeleton VS Generate Client?
- Update objects from two modules with same attribute in DOORS
- IBM Rational Business Developer for EGL programs, issue with generation output directory
- Eclipse eGit not connecting to remote repository - NullPointerException at ProxyHelper getPasswordAuthentication
- In Rational Developer for I Database perspective, change timestamp format
- Code Coverage Error in Rational Application Developer: "Must specify a URL scheme"
- Users are unable to work in two of our ClearCase servers
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?
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)
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.