--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/352c5e8b-4d24-449f-979d-b6b5655b7dd2%40googlegroups.com.
This is interesting, will give this a try next week, thanks for sharing
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/32e95f28-0430-4a0b-83d8-115687d5e43e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/CABNCgGQeNj6WWc%3DMXJpYtu_8ZPz6MoKuwRnLHXWvRhDfjG8HgA%40mail.gmail.com.
Hey Dave ,
Amazing work,Will try this library and revert back to you.We can definitely extend this framework to add more testing capabilitiesFor egSecurity testing,Generic pdf testing and pdf to pdf comparison( this is something I m currently working on)Can we brainstorm more on adding AI capabilities to this FrameworkFor eg. Automatic Updation of locators whenever there is change in webpage.For AI capabilities in Automation Testing ,you can take reference from tools like Mabl, Testim .There are plenty of good ideas with me,I m looking for collaboration.Drop me an email for discussion ( sachinn...@gmail.com)
On Sat, 2 Nov, 2019, 8:06 PM Anthony fromtheuk, <anthonyf...@gmail.com> wrote:
This is interesting, will give this a try next week, thanks for sharing
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
Nice work. Will try this.Cheers
Congratulations.Your project is very interesting.
On Sat, Nov 2, 2019 at 11:36 AM Dave Amies <dami...@gmail.com> wrote:
--Hi All,This post is to gauge if there is any interest here for people to be able to use Robot Framework as the scripting language for performance testing?I have started a project that is designed to enable this to happen, so if this is something that you are interested in please comment in this thread.I have called this project rfswarm, short for Robot Framework Swarm and is available here https://github.com/damies13/rfswarmI believe what I have built so far to be stable, however I have labeled the initial release as Alpha as it is still missing features I consider necessary to be ready for every day use.I am still working on the documentation, so I will be working on that over the next week or so before going back to adding features to the application.I haven't figured out the install instructions yet, if your keen to try it out running the python file and using pip to install any library that it complains is missing, should get you going.Dave.
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/352c5e8b-4d24-449f-979d-b6b5655b7dd2%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
Congratulations.Your project is very interesting.
On Sat, Nov 2, 2019 at 11:36 AM Dave Amies <dami...@gmail.com> wrote:
--Hi All,This post is to gauge if there is any interest here for people to be able to use Robot Framework as the scripting language for performance testing?I have started a project that is designed to enable this to happen, so if this is something that you are interested in please comment in this thread.I have called this project rfswarm, short for Robot Framework Swarm and is available here https://github.com/damies13/rfswarmI believe what I have built so far to be stable, however I have labeled the initial release as Alpha as it is still missing features I consider necessary to be ready for every day use.I am still working on the documentation, so I will be working on that over the next week or so before going back to adding features to the application.I haven't figured out the install instructions yet, if your keen to try it out running the python file and using pip to install any library that it complains is missing, should get you going.Dave.
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.

I am unable to use this on Windows, selection of a test suite works but then am unable to select a test, not sure what I am doing wrong here?
On Sunday, 3 November 2019 07:33:29 UTC, Dave Amies wrote:Hi Anthony,I look forward to hearing your results.Dave.
On Sunday, 3 November 2019 00:36:41 UTC+10, Anthony fromtheuk wrote:This is interesting, will give this a try next week, thanks for sharing
--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/dKrLwPoIDgQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/1cdf1576-2ed1-4666-b856-0f24a22b0308%40googlegroups.com.
Test I ran was simple open browser to google sleep 4 seconds and close browser using seleniumlibrary.
Terminal showed this repeatedly for each test ran
Exception in thread Thread-1426:
Traceback (most recent call last):
File "C:\Users\me\AppData\Local\Programs\Python\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Users\me\AppData\Local\Programs\Python\Python37\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File ".\rfswarm_agent.py", line 472, in run_process_output
tree = ET.parse(outputFile)
File "C:\Users\me\AppData\Local\Programs\Python\Python37\lib\xml\etree\ElementTree.py", line 1197, in parse
tree.parse(source, parser)
File "C:\Users\me\AppData\Local\Programs\Python\Python37\lib\xml\etree\ElementTree.py", line 587, in parse
1) Is *** Test Case *** valid in robot? if it is then I will need to fix that.