Posts by Danúbia Paiva • 11 points
2 posts
-
1
votes3
answers1938
viewsA: Test case is a use case?
Use case is a document containing the system requirements. Test case is basically describes the steps and expected results for each action.
-
0
votes1
answer128
viewsA: Eclipse is corrupting url in automated testing
driver = new FirefoxDriver(firefoxbin,null); Try changing to something like: WebDriver driver = new FirefoxDriver();