firebug « selenium « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » selenium » firebug 

1. How can I consume Firebug net panel data programmatically?    stackoverflow.com

My agile team will be adding new features to a existing realty website. As we add the features we want to have a better handle on the site's overall performance ...

2. Firebug and Selenium: Performance    stackoverflow.com

I'm a big fan of Firebug - I use it all the time for my web development needs. That said, one of the things I noticed with Firebug is that it ...

3. Why does document.evaluate succeed in Firebug but fail in Selenium?    stackoverflow.com

browser.getEval function in selenium makes iterateNext return null ..Otherwise in firebug it returns a value(same script)

document.evaluate("//button[text()='Save']",
                ...

4. Selenium: How do I get the locator of the element which currently holds the cursor?    stackoverflow.com

I'm writing an auto testing framework using Selenium. I am trying to test our application which interacts with a third party web application. I don't have access to the ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.