automated testing tool for GUI application

Posted by shilpi.agarwal3373 on 12-Jul-2016 01:56

Hi Team,

Can you Please suggest me the Automated testing tools for testing Progress GUI application except QTP? Please help me.

All Replies

Posted by Sanjeva Manchala on 12-Jul-2016 02:14

Hi Shilpi,
 
A quick search from progress KB shows this article: knowledgebase.progress.com/.../P61740. This seems to somewhat old, check once if this suits for your needs.
 
Hope this helps,
Sanjeev.
 

Posted by shilpi.agarwal3373 on 12-Jul-2016 02:24

Sanjeev,

It is very old. I need to test gui 11.x or 11.6 application. I have searched out and found so many tools like TestComplete, autoit are there but I am not sure which tool would be suitable for Progress GUI Application so that I could start from initially.

Have anybody used any automated testing tool for Progress GUI Application?

Posted by kh_manohar on 12-Jul-2016 02:40

Hi Shilpi,

         Test Complete works well with PROGRESS applications I believe. We are using this tool for automating the testing for one of our PROGRESS applications.

Regards,

Manohar Halappa

Posted by Brian K. Maher on 12-Jul-2016 03:44

Shilpi,
 
I believe I answered you one before on this same question.  If not, here it goes ...
 
We use QTP internally, however, any tool should work EXCEPT against our browse widget.  The browse widget is not accessible with these tools.
 
Brian

Posted by shilpi.agarwal3373 on 12-Jul-2016 06:29

Manohar,

In TestComplete,

Can you please provide me the details that How to run my gui application(.exe) through writing the script language?

Means can u give me any code snipet of writing test cases in any script language. I feel difficulty Where to write and how to write test cases to test GUI Applictaion in TestComplete tool?

Please help me.  

Posted by shilpi.agarwal3373 on 13-Jul-2016 00:33

I have just started working on automated testing tools, namely Test complete. So I havealso started learning Jscripts for this.

I just want to know if anyone could provide me a link so that I could learn this tool, as well as  Jscripting more effectively.

Posted by Born_K on 22-Jul-2016 04:46

Have you ever looked at TOSCA?

http://www.tricentis.com/

I know some companies which uses Progress OpenEdge technologie use this tool. But as far as i know, it is expensive.

Posted by shilpi.agarwal3373 on 25-Jul-2016 03:15

Hi Manohar

Can you please confirm Whether TestComplete tool recognize the GUI's widgets? GUI application is developed in OPenEdge 11.6 and I am not unable to recognise the Window widgte or fill-in  from the Test Complete.

Script is written in VBScripting language.

Sub Test1

 Dim prowin

 Dim CWin

 Dim DEFAULTFRAME

 Dim tbUserName

 Dim tbPassword

 TestedApps.prowin.Run

 Set prowin = Aliases.prowin

 Set CWin = prowin.C-Win      

End Sub

Here C-Win -- GUI ?Window Name.

Please suggest If you really use the tool to automate gui application with Test Complete tool.

Posted by shilpi.agarwal3373 on 25-Jul-2016 04:45

In above post-

Hi Shilpi,

        Test Complete works well with PROGRESS applications I believe. We are using this tool for automating the testing for one of our PROGRESS applications.

Regards,

Manohar Halappa

Can you suggest that Which GUI application version is supported by TestComplete tool? Which Progress application (Web/Desktop) you are using in TestComplete tool?

This thread is closed