Skip to main content
1-Visitor
July 24, 2015
Solved

Windchill automated UI testing

  • July 24, 2015
  • 13 replies
  • 13279 views

Our company is exploring tools and techniques which could expedite/automate smoke test and formal tests. Has any company tried exploring any automated tools successfully? what would be recommendation?. If I have to start from scratch, I am thinking of selenium web driver. Please reply with any lessons learned or success stories with any of the UI test automation tools.

Platform: windchill 10.2 with IE 11 platform

Best answer by satre-2

Check for below tool/website.

http://www.qualitiasoft.com/customers-qualitia.php

Thanks

Shreyas

13 replies

satre-21-VisitorAnswer
1-Visitor
July 29, 2015

Check for below tool/website.

http://www.qualitiasoft.com/customers-qualitia.php

Thanks

Shreyas

csaraf-21-VisitorAuthor
1-Visitor
July 31, 2015

Looks very interesting tool, liked the goal of in “No scripting” “No recording” and "No programing" language required. We will check it out.

1-Visitor
July 29, 2015

We explored Selenium and it looks promising. Not much development done though.

On the side note, I heard that PTC is developing a testing tool based on Selenium. The release timeline is not known though.

2-Explorer
July 29, 2015

I agree Selinium looks like a good option. It is open source - no license cost and works pretty decent.Basically we can use Selinium IDE and RC - it gives a lot of APIs and HTML functions and can be configured very easily for specific deployments.IDE can be used only with firefox which might not be very realistic as most of the user community is on IE.It would be good to see a basic test script from PTC - similar to MLG scripts. From what I heard they already use it fo R&D

Thanks

Binesh

Barry Wehmiller

csaraf-21-VisitorAuthor
1-Visitor
July 31, 2015

Agreed, we have IE11 as supported browser. Not sure about MLG scripts.

1-Visitor
July 30, 2015
csaraf-21-VisitorAuthor
1-Visitor
July 31, 2015

Looks very interesting tool. Just not sure if the tool has been used and supported for windchill.

12-Amethyst
July 30, 2015

I did a short consulting stint doing performance tuning at Levi's where they used HP Load Runner to drive a good deal of testing with FlexPLM.  The tool worked pretty well, but took a lot of work to create the scripts and I think they were still a bit fragile but they did work.  I am not sure if they continued to use the scripts post go live.  I also attempted to use Autoit to create user tests, and encountered a problem with the Windchill GUI that you will most likely face no matter what tool you choose.  When getting data back from Windchill, the GUI generates unique tags/ID's for rows in its tables which makes it very difficult to select specific records to click on.  In your case you may be able to get away with always selecting the same row(the first result) since what I think you are trying to prove is consistency in the deployment.  Also it will be important for you to have a consistent set up and tear down to make each run repeatable.

--Bob

csaraf-21-VisitorAuthor
1-Visitor
July 31, 2015

Agreed, we need the tests repeatable with setup and tear down. We are evaluating HP tools.

csaraf-21-VisitorAuthor
1-Visitor
July 31, 2015

Thanks all for the replies, I think we have good pointers. Also came across AscentialTest from zeenyx. AscentialTest believes in “No scripting” “No recording” and no programing language required, which looks  very promising.


 

 

http://www.zeenyx.com/InsiderInformation.html

 

12-Amethyst
July 31, 2015

Chetan,

Please post if you end up trying this.  I looked at the site, but I did not see a place to download and try out the software and I am real curios how well it works.

--Bob

csaraf-21-VisitorAuthor
1-Visitor
July 31, 2015

yes. we plan to schedule a demo to find out.