| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | Apr 24 at 4:27 | |
| stats | profile views | 4 |
|
Sep 26 |
comment |
How to keep track of the features in a website for impact analysis? we dont forget it on a regular basis :). But its bound to happen once in a while. By maintaining it in sharepoint, are you able to the impact analysis as well? |
|
Sep 26 |
comment |
How to keep track of the features in a website for impact analysis? @MichaelF I was hoping that they use a tool for this. But seems like they dont. I understand that its more of a process fix, but when you have a lot of features which change every 2 weeks and people doing keeps changing - its starting to become difficult |
|
Sep 25 |
comment |
How to keep track of the features in a website for impact analysis? Thanks for the answer. Test cases are one solution. But don't you think even the dev and BA should have this ability? How will they design/code for the feature without doing an impact analysis? I was looking for some tool which the Business Analysts might be using, as they are the ones who should be knowing all the functionality of the site. Seems like there are none.. |
|
Jun 26 |
comment |
How to test the test scripts? @user246 I understand. I don't want to test each and every line of my code but at least make sure that it fails when it doesn't find what its looking for - may be the most critical ones. I will follow the rule of thumb. |
|
Jun 26 |
comment |
How to test the test scripts? I was looking at the graceful failure. |
|
Jun 22 |
comment |
How to test the test scripts? I don't know what meta-tests are. Can you explain what that is? And I can't modify the site to introduce the bug. My question more about how will I make sure all parts of my automation script (which is in JAVA) gets tested. Does that make the question clear? |
|
May 17 |
comment |
Testing Page Layout with webdriver Yes. I agree it won't be a replacement of visual validation. But still it will be good to have something like this if there are many pages in a website. |
|
May 16 |
comment |
Testing Page Layout with webdriver The application that am working on has a lot of dynamic content. So screenshot comparison is not going to work. I am right now worried only about whether the placeholders of the images are always shown in the correct place. What's inside that - Its tough to test for now. Mainly coz I donno the expected result. |
|
May 16 |
comment |
Is there a captureNetworkTraffic implementation in Selenium 2 via webdriver? Does using a proxy slow down the test? |
|
May 27 |
comment |
Selenium.click not working on some anchor elements Application is currently internal. I can post some screenshots though. |
|
May 27 |
comment |
Selenium.click not working on some anchor elements Oh.OK. Anyways, clickAt too didn't work. |
|
May 27 |
comment |
Selenium.click not working on some anchor elements Guess what, there is no text box :). Selecting is the ONLY way. |
|
May 27 |
comment |
Selenium.click not working on some anchor elements I tried, but would like to confirm whether that is the correct way. Here is what i tried selenium.clickAt("locator",""); Is this correct? |