Test Automation with Perl [closed] - perl

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am working on building a test automation framework with Perl and Selenium for a web-application.
I am weighing the pros and cons (with respect to maintainability of tests) of using Test::Routine v/s Test::Class . If there are people who have experience using either, can you please share your experiences ?
I am a beginner , so any links to more information concerning the benefits of either would also be greatly beneficial.
Thanks.

In the awesome beauty of the Perl community and CPAN, I found this module that I think already does what you want to implement:
Test::WWW::Selenium

Related

What is M2M Mihini framework? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I was reading about Machine to Machine(M2M) technology where it was mentioned that Mihini is the framework that will be used to create M2M applications. My doubt is,
How to integrate the Mihini framework in Koneki Lua Development environment.
How to use that framework.
Has Mihini framework is released for use.
Is there tutorials available to use Mihini framework in Koneki.
The Mihini code is hopefully going to be posted on eclipse.org this week. It has been undergoing our normal IP due diligence, so sorry for the delay.
In the meantime, there is a little documentation on how to get going with Koneki and Mihini on this page[1]. I've been playing with this stuff in the evenings and hope to be able to add some more content there soon.
Please be patient for just a little bit longer :)
[1] http://wiki.eclipse.org/Mihini/Run_Mihini_on_an_Open_Hardware_platform

Has anyone used phonegap framework and how would they rate it? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Since I have found nearly nothing about phonegap development on stackoverflow as of yet, I thought I would ask the community what they think about this framework. Is it easy to use? Do the benefits of using a crossplatform framework outweigh the restriction of javascript/html/css only development. My company wants to develop a simple merchant type application, but they are worried about reinventing the wheel by first developing an iPhone app and then also developing an android version. What do you guys think?

Do you know of any free SOAP webservices (for tutorial purpose) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Only for tutorial purpose, I would like to try to use a free SOAP web services available.
Which ones come to your mind ?
The business implied behind is not important/relevant: Only the ease of access (free access), and simplicity of the service contract.
Any indication welcome !
You can look at this post
Public free web services for testing soap client
One I have used is http://www.service-repository.com/

How do I learn about programming fundamentals? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I am a beginner in programming. I have a large piece of code. I want to break it up into functions, return values, pass those values to another function. I want to be an expert in doing this. Give me suggestions on where to study or how to be an expertise on these simple fundamentals. When will I use pointers in the functions and all this?
As a beginner,
Best way to learn Perl is to read standard book e.g.; Programming Perl by the inventor itself.
This book helps you to understand lot of things like
Subroutines
Data structures
References etc etc.

Open-Source projects, any good links? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Anyone have any good open-source projects or links. Preferrably 3.0+ since 2.x is being fzed out.
Check out this project
http://code.google.com/p/chibiorm/
It's an Object-Relational Mapping (ORM) framework for the iPhone. (it's like Hibernate/JPA for Java) This allows you to use objects to represent your database tables. That way you only deal with objects and not with SQL.