Archer GRC Test Automation with Selenium - ui-automation

Has anyone implemented Automated Testing with Selenium on Java for Archer GRC ?
Thanks in advance.

Yes, it was successfully implemented in the company I work for.
Users interact with is HTML-based forms, they can be tested with Selenium.
Some pages on the back end (Administration) are still Silverlight-based, that is something Selenium can't test (unless you use image recognition I guess?).

Related

How to test WPF components using NUnit?

I am trying to test each components of my WPF application by using NUnit. But how to test the graphical components like button, grid, textblock, richtextbox etc?
Take a look at Teststack.White
.
Pretty easy to use:
Start application.
Attach app process.
Find Window by (SearchCriteria).
Get element you want to test by Window.Get(SearchCriteria)
Test whatever you want
Tutorial Link
Cheers

Is it possible to embed a Gtk gui in a web page?

I created a gui using Gtk in python and I would like to embed it in a web page. I searched a little but I cannot find a way to embed it in a web page. Is there a simple way to do that?
Thank you in advance :)
Yes, you can use GTK's Broadway HTML5 backend to display your application in a web page.

Silent Printing from Web Page

I am working on a web application that needs silent printing (without print dialog box) with client side printer.
After some research we found that we can make it work using ActiveX and Foxit Reader.
Currently it works great but it constraints us with IE only and we want to make it work with Firefox and Chrome as well.
I know there is no direct code to make it work, but there must a work around?
What I need is the point to start e.g. Chrome/Firefox plugins to access local printer - or make windows service that runs in background in the client side, change browser settings, use ActionScript etc.
It will also be great if someone also illustrate how Facebook access local webcam from its website it may make about accessing clients peripherals from website. Thanks in advance.
For anyone who still wants information regarding printing on Chrome and/or FireFox without the use of ActiveX, extensions or client-side scripting, please see my answer to another question similar to this.

Including facebook.php in tomcat + liferay

I want to make a site for me in which I can use the facebook api features.
I got a tomcat webserver ans liferay is installed on it.
Now I need to implement the facebook.php to this but I don't know where to put it.
I wrote some code in php to get for example my id or to post into my own profile. But liferay oder tomcat couldn't load the things from facebook.php so the server doesn't know the methods and can't do what I want him to do.
Can anybody tell me how to solve this problem?
I've never actually done it before because I've tried to keep PHP code off Liferay and used other methods to access 3rd APIs. However the Tomcat wiki has a post on it:
Installing PHP on Tomcat
Or what maybe a better option is you use the Facebook JavaScript API and you create a new Liferay portlet which uses this API instead of using PHP.
How can I use Facebook JAVA API in my application? will help you find the java api for facebook. With regards to getting started with programming: That one is far beyond what can be answered here. But basically: Try to access the API in the language that you're working in. Don't bridge to a different language in order to bridge then to an external system.
There are a lot more hits when you google for facebook java api in case that link doesn't help.

Job portal using Joomla 1.5.15

I want to build a Job portal using joomla 1.5. So anyone have some contents or guides from where i can start this site. And anyone can tell how to start it as i m a begineer in joomla.
There are three ways you can accomplish that.
Code the job portal component yourself. Some good MVC coding will do the trick. If youre a beginner this can be difficult.
Use a free or commercial component form extensions.joomla.org which suits your needs best.
Joomlart has done a Job board component you should check:
http://www.joomlart.com/addons/components_and_modules/ja_job_board.html
Use one of the CCK components out there to build your job board (ZOO, Flexicontent, K2)
http://www.jobberbase.com/