Qa5 Posted August 6, 2014 Share Posted August 6, 2014 Hi, I'm a begginer with AutoIt. I try to make a scripte to test an application, when using AutoIt window Info to get the Controls ID on my application I get no thing. Cant get the Control Ids, just the window title... Do you have any idea to resolve this? Thanks Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 6, 2014 Moderators Share Posted August 6, 2014 What is the application? Some windows (such as Java) will not give you anything back, and you'll need to use other methods. Knowing the window or application you're trying to test will help us help you "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Qa5 Posted August 6, 2014 Author Share Posted August 6, 2014 HI, the application is a SaaS platform integrates with major back-office systems, custodians and financial information providers. Regards Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 6, 2014 Moderators Share Posted August 6, 2014 Again, if it is written in Java you may not get anything from the Window Info tool. When you hover over it are you getting anything at all (screenshot of what you see would be helpful)? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Qa5 Posted August 6, 2014 Author Share Posted August 6, 2014 It's written by a mixte of C++ and C# at less, it's a big application that needs start of many services(exe). when usung Record 3.3 that works but I'd like to write the AutoIt code by my self then I can have a solid code and also will be more easyer for me to make my chekck points. So I need to use the Window Info to get my controls. No I get No thing in the Window info for now, Regards Link to comment Share on other sites More sharing options...
Qa5 Posted August 7, 2014 Author Share Posted August 7, 2014 No idea? i have realy to make a decision if I can continu with AutoIt. I have to create test cases and make verifications and validations to validate some of my tests. and without the objects(bottons) IdControls I cant manipulate the Info to compare my results... Thanks Link to comment Share on other sites More sharing options...
Bert Posted August 7, 2014 Share Posted August 7, 2014 What SasS interface are you using? The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
Qa5 Posted August 7, 2014 Author Share Posted August 7, 2014 (edited) I dont Understand what you mean by Saas Interface? In fact as part of my course we had to automate test cases on an application of medical management is in JAVA, we used the AWI to locate objects, it was great. it allowed us to make the manipulation of information (retrieves the data of a field, put data in a field, make checks ....), I'm on the application made with all kinds of stuff (which I know is that the code base been done in C ++ and C #). I'd use AutoIt to automate test cases (regression) is done manually at the moment. Example: create a user, after making checks if the user was created correctly ... but without the IdControl it's impossible to do what I want. Edited August 7, 2014 by Qa5 Link to comment Share on other sites More sharing options...
Geir1983 Posted August 7, 2014 Share Posted August 7, 2014 Maybe this can help? Link to comment Share on other sites More sharing options...
Qa5 Posted August 7, 2014 Author Share Posted August 7, 2014 Not realy, I dont know how to use the UI Automation, is it a tool like AWI??? or something else... Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 7, 2014 Moderators Share Posted August 7, 2014 It is a wrapper for a framework. It does take some effort to become familiar with it, as most everything does. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Qa5 Posted August 8, 2014 Author Share Posted August 8, 2014 Still No solution for my problem Link to comment Share on other sites More sharing options...
Bert Posted August 9, 2014 Share Posted August 9, 2014 yes, we HAVE given you a solution. You have to learn HOW to use it. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
jchd Posted August 9, 2014 Share Posted August 9, 2014 You have been given several times the exact same answer to the exact same question you yourself posted previously on the French forum. And now you behave the same here: complain that you have "no solution" since «you don't know how to use it», while clearly displaying absolutely zero effort to even try the advice provided (quickly and for free, should I need to remind you). This behavior speaks volume about how you respect helpful, skilled and seasonned users from both fora. Are you now going to similarly annoy kind users of the German, Russian, Brazillian and Klingon† fora or can we expect that you start growing up someday? † humble apologies to those I omit to mention. Bert 1 This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
Bert Posted August 9, 2014 Share Posted August 9, 2014 (edited) It comes down to this - We teach you how to fish. We NEVER give you fish. If you simply expect us to give you a fish then you will starve. Edited August 9, 2014 by MBALZESHARI The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now