Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Test run test package /eCATT

Former Member
0 Likes
829

run test is OK in test run test package(STWB_WORK)

run test case or automatic test is not OK.

error :Variants that Match Selection ECATTDEFAULT Cannot Be Found

why?

help me!

thank you!

run test is OK in test run test package(STWB_WORK)

run test case or automatic test is not OK.

error :Variants that Match Selection ECATTDEFAULT Cannot Be Found

why?

help me!

thank you!

5 REPLIES 5
Read only

venkatesh_sakthivel
Active Participant
0 Likes
767

Hi,

Can you provide more details please..i could help you in debugging.From the error,i could find there is a variant mismatch between the assignment of variants while creating the test package.

Regards,

Venky

Read only

0 Likes
767

thank you!

this is start options XML-DATA-01 in logs.

<?xml version="1.0" encoding="utf-8" ?>

- <ddic:ETEXECDATA xmlns:ddic="http://xml.sap.com/2003/05/eCATT/ddic">

<INTERRUPT>V</INTERRUPT>

<EXEC_CTRL />

<DEBUG>I</DEBUG>

<FSTARTMODE>X</FSTARTMODE>

<STARTMODE>N</STARTMODE>

<SYSTEMDATA />

<TARGETSYSTEM />

<VARIANT_ID />

<START_TYPE>M</START_TYPE>

<MAXRUNTIME>000000</MAXRUNTIME>

<ARCHIVE />

<MODE_SAPGUI>N</MODE_SAPGUI>

<MODE_EXTTOOL>N</MODE_EXTTOOL>

<MODE_SAPGUI_BREAK>N</MODE_SAPGUI_BREAK>

<MODE_SAPGUI_SYNC>N</MODE_SAPGUI_SYNC>

<MODE_SAPGUI_DEBUG>X</MODE_SAPGUI_DEBUG>

<DISPLAY_LOG>X</DISPLAY_LOG>

<MODE_SAPGUI_CLOSE>N</MODE_SAPGUI_CLOSE>

<USERNAME />

<PASSWORD />

<PROJECT />

<CANCEL />

<OLD_LOG_ID>0000000000</OLD_LOG_ID>

<TWB_STATE_SET>X</TWB_STATE_SET>

<PERF_TRACE />

<REM_CATT_INT_TSYS />

<PERF_TRACE_SQL />

<PERF_TRACE_ENQ />

<PERF_TRACE_RFC />

<PERF_TRACE_BUF />

<TWB_RFC_CLOSE />

<MODE_SAPGUI_HIGHLIGHT />

<MODE_SAPGUI_IN_ONE_SESS />

<RFC_USE_ASYNC />

<APL_LOG>X</APL_LOG>

<WEB_MODE>N</WEB_MODE>

<WEB_DURATION>0</WEB_DURATION>

<MODE_SAPGUI_PIC />

<GUIPIC1 />

<GUIPIC2 />

<GUIPIC3 />

<GUIPIC4 />

<GUIPIC_PATH />

<GUIPIC_PATH_E />

<GUIMINI>X</GUIMINI>

<ESF_DEBUG />

</ddic:ETEXECDATA>

Read only

Former Member
0 Likes
767

>

> run test is OK in test run test package(STWB_WORK)

> run test case or automatic test is not OK.

> error :Variants that Match Selection ECATTDEFAULT Cannot Be Found

> why?

> help me!

> thank you!

HI Ronji,

This error seems that you do not have any values available for ECATTDEFAULT.

You can identify from the failed log,whether values are getting passed for ECATTDEFAULT.

hope this info helps.

Thanks and Regards,

SSN.

Read only

0 Likes
767

Hello,

As mentioned if the error is in ECATT DEFAULT then in the test configuration create a variant with the values passed to the parameters , then uncheck the variant ECATTDEFAULT at runtime and check the variant created newly and run the script .

Then at runtime the variant selected is picked up and the values mentioned in the variants are passed to the script.

Hope it answers your question.

Thanks & Best regards,

Ajay

Read only

qianchen
Product and Topic Expert
Product and Topic Expert
0 Likes
767

Hi Rongji,

I guess the problem is that you are not able to run a test configuration via the transaction SECATT, right? Please check whether the note 1243879 can be implemented in your system.

Kind Regards, Qian