Skip to main content
14-Alexandrite
November 17, 2021
Question

Test automation tool or framework for Creo Parametric

  • November 17, 2021
  • 3 replies
  • 5199 views

Hi,

 

Does anyone use a test automation tool or framework for automating Creo Parametric manual test cases?

Creo buttons are not recognized in tools\framework like selenium, work-soft, etc... If anyone using any tools to automate the manual test steps please share.

Any windows application automation tool which suits Creo parametric? Obviously, the preference will be for free tools. If it's paid also can think of it.

We can use a trail file for some kind of automation but it's not suitable for my use case.   

 

Thanks,

Suresh

3 replies

14-Alexandrite
November 17, 2021

Tried using "AutoIt" tool but it does not identify all the Creo menus and buttons

24-Ruby III
November 17, 2021

@syalagudri wrote:

Tried using "AutoIt" tool but it does not identify all the Creo menus and buttons


Hi,

you can mover mouse to specific position ... https://www.autoitscript.com/autoit3/docs/functions/MouseMove.htm 

14-Alexandrite
November 18, 2021

MouseMove may not work because not all developers use the same size monitor. Let me try once. Thanks 

RPN
18-Opal
November 17, 2021

You should use trail files, this allows you to test applications which are using standard creo gui components. This is the only useful usage of trail files, for customizing this is not the first choice.

November 18, 2021

Hello all,

 

What kind of tests? learn-tests, unit-tests, integration-tests, acceptance-tests? Some of them could be handled with a mocking framework - gtest/gmock for example.

14-Alexandrite
November 19, 2021

Acceptance tests that involve GUI selction.

        Not all tests are covered by learn-tests, unit-tests, integration tests.

14-Alexandrite
November 19, 2021

syalagudri_0-1637300399289.png             

syalagudri_1-1637300469866.png