Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Some pop ups dialog are recorded but still can't be replayed by rcptt(Pop up dialog are recorded but not replayed by RCPTT)
Some pop ups dialog are recorded but still can't be replayed by rcptt [message #1794880] Mon, 10 September 2018 08:54
Helen Ayele is currently offline Helen AyeleFriend
Messages: 1
Registered: September 2018
Junior Member
I have some popup dialog which are related to AUT (their screenshots are attached) rcptt can record them but while replaying, it fails with window can't be found error. I tried to use this options :

exec-with-options -disableJobWaiting -command {

get-window "Select track mode" | get-button Cancel | click

get-menu -path "File/Close" | click
get-window "Save Resource" | get-button No | click
}-allowStatusDialog

or without using -disableJobWaiting command like

exec-with-options {

get-window "Select track mode" | get-button Cancel | click

get-menu -path "File/Close" | click
get-window "Save Resource" | get-button No | click
}-allowStatusDialog

But unable to get replayed my pop up dialog. Is there anything I need to do to be able to find this dialog replayed by RCPTT?
Previous Topic:AuT crash after SocketException: "Successful WSAStartup not yet performed"
Next Topic:AuT crash with "Connection is not Available" at "Accept License" dialog
Goto Forum:
  


Current Time: Sat May 04 00:49:29 GMT 2024

Powered by FUDForum. Page generated in 0.02331 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top