Testing GWT requestbuilder

2013-06-20 Thread Pavel Finkelshtein
Anybody? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web-t

Testing GWT requestbuilder

2013-06-10 Thread Pavel Finkelshtein
I have following problem: I have RequestBuilder, which calls http proxy servlet like this one . Now I try to test it. I set up gwt maven plugin to use htmlunit. But when I l

Testing GWT requestbuilder

2013-06-09 Thread Pavel Finkelshtein
I have following problem: I have RequestBuilder, which calls http proxy servlet like this one . Now I try to test it. I set up gwt maven plugin to use htmlunit. But when I l

Re: Testing GWT without GwtTestCase

2013-05-21 Thread Joseph Lust
Early on in the presentation Erik also mentions a recently released GWT Mockito setup that might benefit your non-GwtTestCase goals. https://www.youtube.com/watch?v=kilmaSRq49g Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: Testing GWT without GwtTestCase

2013-05-21 Thread Jens
I am also in the process of making GWT-RPC method implementation independent of GWT-RPC/Servlet for easier testing. I don't really bother about introducing new short lived objects created for each request. Short living objects are not a real problem in todays JVMs and you can probably save a lo

Re: Testing GWT without GwtTestCase

2013-05-21 Thread Thad
On Monday, May 20, 2013 2:14:42 PM UTC-4, Goktug Gokdogan wrote: > > > > On Mon, May 20, 2013 at 6:42 AM, Thad >wrote: > >> Can anyone clarify for me this Google testing blog entry? >> http://googletesting.blogspot.com/2009/08/tott-testing-gwt-without-gwttest.html

Re: Testing GWT without GwtTestCase

2013-05-20 Thread Goktug Gokdogan
On Mon, May 20, 2013 at 6:42 AM, Thad wrote: > Can anyone clarify for me this Google testing blog entry? > http://googletesting.blogspot.com/2009/08/tott-testing-gwt-without-gwttest.html > > Model, view, presenter I think I'm clear on (ha! yeah, sure), but I'm >

Testing GWT without GwtTestCase

2013-05-20 Thread Thad
Can anyone clarify for me this Google testing blog entry? http://googletesting.blogspot.com/2009/08/tott-testing-gwt-without-gwttest.html Model, view, presenter I think I'm clear on (ha! yeah, sure), but I'm trying to understand the Server.class. It's described as "a

Testing GWT + GAE app locally (not DevMode)

2013-04-30 Thread Xybrek
`DevMode` works just fine when testing a GWT + GAE application. However the problem arises when we try to deploy our app in GAE cloud, and suddenly we get: GWT module 'app' need to be recompiled After a long update/upload time. The issue now is how can we test locally and be sure at least

JUnit testing gwt app with multiple modules

2011-10-19 Thread azuniga
I am currently using gwt 2.3 and smartgwtpower 2.5 nightly and using Eclipse on Linux. My web app is using common code, developed in house, and packaged to a jar called commonsmartgwt.jar. In this jar is the entry point class and has its own gwt.xml file. In my web app's gwt.xml file I inherit from

Testing GWT Touch in Android browsers

2011-09-30 Thread leathrum
I put together a simple applet implementing Touch-related event handlers on a Canvas element, to test support for Touch in various browsers on my Android Honeycomb tablet (Toshiba Thrive). I posted the results on my Wordpress blog: http://cs.jsu.edu/wordpress/?p=346 I was actually somewhat shock

Re: Load Testing GWT applications

2011-02-14 Thread Sebastian Rothbucher
Hi Chandrasekar, you could of course simulate 20 users via Selenium - but that rather load-tests the browser and not the application. From my point of view, the server-side code is the one to be load tested. What I did was: get myself tamper data for firefox (check out https://addons.mozilla.org/e

Load Testing GWT applications

2011-02-10 Thread Chandrasekar Venkatraman
Hello, I need to implement Load Testing(say for some 20 users) on my GWT application running in tomcat server on my machine. I am working on Ubuntu OS. On googling, I find NeoTys that satisfies my requirement, but the trial version has few conditions: 1. It supports only Windows Users 2. the ser

Re: Testing GWT services

2011-02-01 Thread SVR
36, Amol12 wrote: > > > > > Hello, > > > > > Can someone guide which tool should be used for testing GWT services? > > > I dont have UI and testing the services directly. I need a tool > > > through which I can invoke the services and get the respons

Re: Testing GWT services

2011-02-01 Thread Amol12
services implementations, it seems > that you need something like JUnit; didn't you try it yet? > Salud! > > Ezequiel.- > > On 31 ene, 05:36, Amol12 wrote: > > > Hello, > > > Can someone guide which tool should be used for testing GWT services? > > I dont

Re: Testing GWT services

2011-01-31 Thread Ezequiel Palumbo
Hi Amol, If you are talking about remote services implementations, it seems that you need something like JUnit; didn't you try it yet? Salud! Ezequiel.- On 31 ene, 05:36, Amol12 wrote: > Hello, > > Can someone guide which tool should be used for testing GWT services? > I

Testing GWT services

2011-01-31 Thread Amol12
Hello, Can someone guide which tool should be used for testing GWT services? I dont have UI and testing the services directly. I need a tool through which I can invoke the services and get the response. Regards, Amol -- You received this message because you are subscribed to the Google Groups

Re: Testing GWT application on Mobile Emulator

2011-01-22 Thread Raphael André Bauer
On Sat, Jan 22, 2011 at 12:31 PM, Noor wrote: > > Ya, I have tried using a android emulator that's why i was asking if > there was a better one!! I just recently wrote a blog post. Check out: http://goo.gl/WqhIQ Feedback and comments are welcome :) Best, Raphael > > -- > You received this mes

Re: Testing GWT application on Mobile Emulator

2011-01-22 Thread Noor
Ya, I have tried using a android emulator that's why i was asking if there was a better one!! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from th

Re: Testing GWT application on Mobile Emulator

2011-01-21 Thread Jim Douglas
Did you consider trying the obvious google searches? http://www.google.com/search?q=android+emulator http://www.google.com/search?q=iphone+emulator - The Android emulator is painfully slow. But it will give you a general sense of whether your application more or less works. For realistic testin

Testing GWT application on Mobile Emulator

2011-01-21 Thread Noor
I want an android and iphone emulator to run on windows to test my gwt application on windows. can someone point me to a proper emulator because i've been trying some with no success -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

testing gwt

2010-12-30 Thread zviagins
hello I'm testing my project in eclipse whit GWTTestCase, and getting problem with startup url, geting messege: "No startup URLs were supplied -- add them to the end of the GWTShell command line", i passing -startupUrl as program argument to test and it jast ignors it, how can I pass startupUrl? -

Re: errors when testing GWT app. with IE6

2010-11-24 Thread ep
please recompile your application with code-generation: detailed and run again, then you'll get at least meaningful stacktraces in your exceptions, what running application in dev mode? did you try to debug? On 24 Nov., 14:28, pepgrifell wrote: > hi, > > we have an application developed with GWT2

errors when testing GWT app. with IE6

2010-11-24 Thread pepgrifell
hi, we have an application developed with GWT2.0.3 and GXT2.1.3. It works perfectly with IE7 and IE8 but we have tried the application with IE6 and we are getting some errors. Does anyone know which could be the cause of these errors ? *

Re: JUnit testing GWT

2010-11-05 Thread Arthur Kalmenson
Hi Ignat, I definitely agree with you and follow this model. Not everyone does and in some cases you're stuck unit testing your views. If you're able, definitely one should follow what you said. All the best, -- Arthur Kalmenson On Wed, Nov 3, 2010 at 8:51 AM, Ignat Alexeyenko wrote: > Arthur

Re: Testing GWT?

2010-11-04 Thread Sebastian Rothbucher
hould apply an identifying style class to all panels you create. Hope this helps - best regards Sebastian Rothbucher On 4 Nov., 15:06, g_korland wrote: > Can you recommend a testing tool for testing GWT web app? > > Thanks, > Guy -- You received this message because you are subscri

Re: Testing GWT?

2010-11-04 Thread Didier DURAND
QA team. I use personally both according to my needs regards didier On Nov 4, 2:06 pm, g_korland wrote: > Can you recommend a testing tool for testing GWT web app? > > Thanks, > Guy -- You received this message because you are subscribed to the Google Groups "Google Web T

Testing GWT?

2010-11-04 Thread g_korland
Can you recommend a testing tool for testing GWT web app? Thanks, Guy -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, sen

Re: JUnit testing GWT

2010-11-03 Thread Ignat Alexeyenko
Arthur, These rules are just good OO design - when you are depend on interfaces rather than concrete classes. One of the pros of following this principles - you can simplify testing by using mocks instead of real objects. You can read more about why programming to interfaces are so importang. GWT

Re: JUnit testing GWT

2010-10-31 Thread Arthur Kalmenson
You can still mock out GWT widgets, but you'll need to use the GWTMockUtilities. You can find more info here: http://onthejvm.com/mocking-your-gwt-widgets-without-gwttestcase -- Arthur Kalmenson On Fri, Oct 29, 2010 at 9:14 AM, chrisr wrote: > Hi Ignat, thank you for the tip.  I do remember re

Re: JUnit testing GWT

2010-10-29 Thread chrisr
Hi Ignat, thank you for the tip. I do remember reading that there is a way to write gwt junit tests in a way that were much faster than the way I'm doing it now. I wonder if this is it. Is there some documentation for how to write unit tests of this variety? I searched but didn't come across an

Re: JUnit testing GWT

2010-10-29 Thread Ignat Alexeyenko
Hi! In GWT you can write: - plain JUnit tests, - tests that are running inside browser (see GwtTestCase). You can hide instance of DataPicker behind HasValue interface. I.e. use: HasValue dataPicker instead of: DataPicker dataPicker This will allow you to create a mock for a dataPicker contro

JUnit testing GWT

2010-10-28 Thread chrisr
I've been writing JUnit tests for my GWT code for a while, and I've always come across issues where it feels like something very simple doesn't work. Usually I can figure out a way to make it work, however that usually feels wrong... Right now I'm trying to write a test that involves an instance

Re: unit testing GWT serialization

2010-07-25 Thread Eric
I was hoping for something a little "lighter-weight" than selenium or GWTTestCase, something I could just run through quickly before check- in's. After playing around with GWT code, I've assembed some code that helps me test scenario #2 (enclosed at end of post), to test if GWT RPC can successfull

Re: unit testing GWT serialization

2010-07-24 Thread Uberto Barbini
Have you tried with gwt unittest? I don't recall exactly, but we wrote some of them but then we decided to remove them from our TDD flux because they were tooking too much time to run. Now we use unittest server side (also for gwt object that doesn't require js compilation) and selenium test for th

unit testing GWT serialization

2010-07-24 Thread Eric
Hi All, Has anyone written "simple" unit tests to test: 1) if a class will go in to the serialization policy file at compile time? and 2) if GWT RPC successfully serializable/deserializable an object at runtime? This has ended up being a fragile part of our application as we fix/ enhance so it w

Re: Testing GWT RPC services

2010-01-11 Thread Trung
Hi, Sure, we must use async communications when running GWT application in browser. However, it is slow when testing our apps using GWTTestcase, and normally we want to extends JUnit's Testcase instead. Let see the ExampleJRETest in http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-arch

Re: Testing GWT RPC services

2010-01-10 Thread Open eSignForms
Don't know anything about that library, but there's something odd about a synchronous GWT RPC library that can "simulate async" when GWT RPC is async to begin with, and very few would recommend using synchronous RPC in a browser since it would appear to hang while the RPC took place. We've found G

Testing GWT RPC services

2010-01-10 Thread Trung
Hi friends, Want to test RPC services (in both Sync and Async mode)? See the post at http://www.gdevelop.com/w/blog/2010/01/10/testing-gwt-rpc-services/ Cheers -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this g

Firefox can't establish a connection to the server at localhost:8888 when I testing gwt 2.0

2009-12-24 Thread ayo...@gmail.com
Hi, All the following is when I test the gwt 2.0. I create one application using webAppCreator and after I did ant devmode, and I copy the suggest url to Firefox, chrome and i.e but it doesn't work. I got the following message: Firefox can't establish a connection to the server at localhost:888

Testing GWT

2009-12-07 Thread Sudeep S
Good Day, I am new to GWT. Just as I thought I have crossed the first hurdle of making a gwt application, the second big challenge is already staring in my face. TDD might not be the right word with the approach that i am following since i have almost completed development. But i would like to kno

Great Tool for Load Testing GWT sites => BrowserMob

2009-11-18 Thread Davis Ford
I have no affiliation with this service, but I just started using it today to set up some load testing for the site I just built, and I am really impressed with it. Easy to use, great features / reporting, fully support for AJAX / JavaScript heavy sites like GWT if you use their real browser tests

Re: Unit testing GWT and App Engine in Eclipse

2009-06-11 Thread Johan Lundberg
Thanks Jason. I thought it might be possible to do the round trip testing with app engine but this does not seem to be the case. Thanks for the code sample. /johan On Jun 10, 3:56 pm, Jason Parekh wrote: > Hi Johan, > I don't think there are any frameworks that can let you test a round-trip > be

Re: Unit testing GWT and App Engine in Eclipse

2009-06-10 Thread Jason Parekh
Hi Johan, I don't think there are any frameworks that can let you test a round-trip between the two. Instead, you'll likely want to test each side individually (see http://code.google.com/appengine/docs/java/howto/unittesting.html for App Engine junit testing). If you're using the Eclipse plugin,

Unit testing GWT and App Engine in Eclipse

2009-06-10 Thread Johan Lundberg
Have been trying to make a unit test for my GWT and App Engine app but there is something I do wrong and I cannot find any documentation about this combination. http://code.google.com/webtoolkit/tutorials/1.6/appengine.html shows the relation between gwt and appengine but it doesn't explain how t

Re: Testing GWT 1.5 with various mobile platforms

2009-01-20 Thread Sumit Chandel
Hi akutz, The list of browsers that GWT currently supports are: - Firefox 1.0, 1.5, 2.0 and 3.0 - Internet Explorer 6 and 7 - Safari 2 and 3 - Opera 9.0 (current as of May 2008) We can also add on Google Chrome, Android and iPhone to that list. The reason why you've discovered that your GWT ap

Testing GWT 1.5 with various mobile platforms

2009-01-16 Thread akutz
I have created a new app focused on mobile management of various virtualization platforms using GWT. I have tested the app with several mobile platforms, and am keeping a list of those that work and those that do not. You can find the list at http://help.lostcreations.com/faqs/vmm/supported-devic

Re: Load Testing GWT Applications

2008-12-03 Thread mhm
Hi again, I just found a load testing tool that integrates with selenium : PushtoTest. As it is said on thier website http://www.pushtotest.com/Docs/selenium : PushToTest repurposes Selenium tests into load and performance tests and Business Service Monitors (BSM) with no additional programming. I

Re: Load Testing GWT Applications

2008-12-01 Thread mhm
Thank you for the advise... I gave up ..i'm not trying to figure out a workaround for webload anymore because of time limitations.. although I think it is doable I prefer working on webload ;it is more like a commercial tool anyhow.. I have installed grinder and kicking off... thanks again On No

Re: Load Testing GWT Applications

2008-11-30 Thread gregor
I remember investigating this a bit a year ago (obviously the big problem is the RPC calls) and at the time it looked to me that JMeter was difficult to set up for GWT apps and didn't necessarily give meaningful results even if you could get it to work (unfortunately I can't remember why). However

Load Testing GWT Applications

2008-11-30 Thread mhm
I'm currently selecting a load Testing Tool from several candidates: JMETER, GRINDER, and Webload open source. I actually prefered using webload but faced some problems in customizing my data because of RPC calls..I'm still working on a work around. Please I need advice on which tool to use... I

Perf Testing GWT and GWT-EXT Apps Brain Dump

2008-10-17 Thread David Feid
I was working on this issue for the company I work for and I came up with a few leads. I've been pulled off the project for now to go on to other priorities. But here is a brain dump of what I had so far 1. Use the DETAILED switch for generated javascript to make it easier for HTMLUnit to test