Hello Raju, did you select under "Options->Clipboard Format" the entry “robotframework-rc” and then copied the testcase to the clipboard? Can you give me some additional informations about the testcase? Thank you :-) Dennis
Hi i just tried for Robot framework,it is just staying in Selenium IDE.I copied the src file which is given as code and In created Definition name:robotframework-rc,Recored a test and tried to format back to Robot from HTML and i followed the steps wha...
... ... Infos to that Topic: blog.codecentric.de/en/2010/01/the-java-memory-architecture-1-act/ ...
nice and concise. thanks!
I checked all the links in this post. All links are pointing to https://github.com/ttrelle/spring-data-examples/tree/master/springdata-mongodb. The Neo4j folder is (still) empty.
Thanks for the series, but the code of this post isn't in https://github.com/ttrelle/spring-data-examples/tree/master/springdata-neo4j.
I am very glad that I found your post. I used to test software in virtual machine a lot and the system was developed using STAF, Robot Framework and VMWare workstation. But this solution is definitely much better and neat! I gonna play with Chef and Va...
Yes, you're right, as soon as you use the JdbcTemplate like I did it, the impl-project depends on the Spring Framework. But the JdbcTemplate is a different type of component, it's a helper class and has nothing to do with the dependency injection mechanisms. And the JdbcTemplate is just an example of a high...
In part 1, you mentioned "In this way we separate configuration and infrastructure strongly from business logic, for example we have no dependency on Spring in the interface and the implementation project. The configuration of the cashing component has a dependency on the configuration project of the partner business component:" But in Part 2, you...