Issues when recording sub- client. [message #1714153] |
Tue, 10 November 2015 05:19  |
Eclipse User |
|
|
|
scenario:
1.Add an application-under-test, RCPTT record it well.
2.But when the application launch sub-client, the control panel of RCPTT record nothing.
For example,
the eclipse application debug another eclipse application, RCPTT can record the first application, but the second fail.
Issue:
So does RCPTT support to record the sub-client? Or it need configure something?
|
|
|
|
|
|
|
Re: Issues when recording sub- client. [message #1715093 is a reply to message #1714723] |
Thu, 19 November 2015 03:10  |
Eclipse User |
|
|
|
Hi, Ulyana
I met the same issue and followed this workaround to try, after I install RCPTT in eclipse , I can't find 'Eclipse Application under Test' to configurate the AUT , I am blocked by step 2
can you tell me how to configurate it ? my eclipse version is 4.0
thanks
--Kaili
Ulyana Skorokhodova wrote on Mon, 16 November 2015 09:02Hi Jane,
Here is a possible workaround of replaying inside sub-client:
1) Install RCPTT into AUT Eclipse;
2) After you do it you will be able to create RCPTT AUT Launch configuration and start your sub-client as AUT as well.
3) Then you can manually add ECL commands inside a test case
get-aut "SubClientAutName" | eval {
//some ECL code
}
and this code will be executed in your sub-client.
Thus, recording in a sub-client won't be reachable, but you can do replaying instead.
Kind regards,
Ulyana.
|
|
|
Powered by
FUDForum. Page generated in 0.06907 seconds