| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 10 months |
| seen | Apr 25 at 18:43 | |
| stats | profile views | 10 |
|
Mar 11 |
comment |
Running WebDriver without opening actual browser window XVFB: wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin |
|
Mar 11 |
comment |
Running WebDriver without opening actual browser window Main site: wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins |
|
Mar 11 |
comment |
Running WebDriver without opening actual browser window looks like some of these links broke |
|
Mar 14 |
comment |
Speed up launch of WebDriver Firefox Window I'll give you some points.. if you can help me answer some of my questions below, I'll add a few more to your comments. :-) |
|
Mar 14 |
comment |
Speed up launch of WebDriver Firefox Window does this require I use the Java client drivers? If that's the case, I'll continue using the C# drivers and just use the same browser window. Is there a way I can place the instance somewhere (on some other process) or serialize it and save the object to a file so I can easily grab it again? I'll have to research the cleaning up of session data--another thing I haven't done yet. |
|
Mar 13 |
comment |
Selenium IDE clickAndWait command not working for unique LinkButton control For now, I'll mark this as the answer. I've found that you cannot rely on link text for clicking anchors. I have since switched to using WebDriver and relying on xpath for most my anchor clicks. |
|
Mar 12 |
comment |
Is there an Interface to Run Selenium 2.0 WebDriver Test Cases other than NUnit? our company uses Cruise Control for continuous integration. I'll have to look into this. Ideally we'd like to be able to kick our scripts off when people commit code to tell them right away whether they broke something. |
|
Mar 12 |
comment |
WebDriver: navigate to new browser window Wow, clever clever!! I should have thought of that!! |
|
Feb 24 |
comment |
Open [hidden] new window in webdriver without instantiating new driver in WebDriver I'll accept once I write the C# code for this and get it working |
|
Feb 24 |
comment |
WebDriver: navigate to new browser window haha! Damn, I was hoping that wasn't the answer. :-) It takes like 10-15 seconds to launch a new instance of WebDriver. |
|
Feb 9 |
comment |
Running WebDriver without opening actual browser window I read on the WebDriver wiki today that HTMLUnitDriver only works with the Java client drivers, so I won't be able to use this approach, since we use the C# client drivers. :-\ But I appreciate the input! |
|
Feb 9 |
comment |
Running WebDriver without opening actual browser window We use the C# drivers and NUnit, so I would have to re-write everything in Java, wouldn't I? |
|
Jan 25 |
comment |
What's the best approach to asserting values with automation testing test cases from complex business logic? thanks for your input. I gave you some up-votes. ;-) |
|
Jan 25 |
comment |
What's the best approach to asserting values with automation testing test cases from complex business logic? We know the values in our system are correct, but we're planning on adding new logic to pricing and shipping, so I like #3! |
|
Jan 25 |
comment |
What's the best approach to asserting values with automation testing test cases from complex business logic? When you say baselines, are you simply saying take past shipping costs from orders placed in a live database (that we know is correct for the product combinations in each order), sync that data to our QA database as baselines and compare those shipping costs against the shipping costs of what our dev site outputs? And in the future, if we add new logic to shipping, make new baselines in our QA database? |
|
Jan 25 |
comment |
What's the best approach to asserting values with automation testing test cases from complex business logic? I made the last paragraph more clear hopefully.. |
|
Jan 22 |
comment |
Drag-and-drop failing on complex jQuery UI please make sure you give details when you ask a question. It's difficult for us to understand what your "simple" code looks like or what your "more complex" code looks like. |
|
Jan 22 |
comment |
WebDriver exception it might also be helpful if you give us the code it threw the exception for. |
|
Jan 22 |
comment |
Webdriver line by line runinfo in eclipse console I have yet to figure this out. For now, I just debug by throwing a new SeleniumException(messageString) |
|
Jan 20 |
comment |
Alternative for user extensions in Selenium 2 WebDriver w/ jQuery? Is it possible to write full fledged JS functions instead of just returning values? |