Results 1 to 2 of 2

Thread: Object pooling using Spring

  1. #1
    Join Date
    Jan 2012
    Posts
    1

    Post Object pooling using Spring

    Hi there,
    Currently i am working on a project that involves Spring3.1 and selenium 2.
    my work is to create web automation testing. but the test is time critical so i need to create instances of web browser (like opening of FireFox) and reuse and also manage(create,validate,destroy,synchronize) them i.e like object pooling. i wanted to realize this using Spring, so i any body how to realize this using Spring !

    thanks,

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    I think your case is more related with Selenium 2. Try to post this question in its forum.

    Of course it depends what do you want to test. If is server side, is Spring + JUnit, if is *all* client side, Selenium 2

    Question: why do you want many tab browser in parallel working?
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •