Test case automation -


i new test automation , need of experts can me in proceeding current difficulties. there web browser application tested manually based on test cases in excel.

there automation framework uses selenium , uses webdriver , runs on google chrome.

the test cases(in excel) used manual taken , set of test cases(in excel) written nothing div elements , action framework should click or find framework understand.

1.first need manually find out each div id elements , put in excel framework understands.how can avoid this?

2.also new version of application has come in div id elements differ.hence pain note div id again , put them in excel. how can write test cases once each case if div changes?

please help.

follow design pattern, e.g. page objects


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -