Relative Content

Tag Archive for sharepoint

Run coded UI tests on different projects

With little or none previous experience of testing, I’m looking into adding automated testing to a continuous integration process of SharePoint applications. I’ve learned how this can be achieved using coded UI tests that are run before deployment and during the build and I’ve used Selenium with Java before, where we didn’t record any scenarios but instead wrote tests by hand, identifying elements in the GUI and asserting results. With this little experience, I have a few questions about UI testing.

SharePoint – Sum Values in a Column based on a Value in Another Column

I’m fairly new to SharePoint, but have some experience. Using my “Irradiation Entries” list, I am wanting to sum the values in “Total uAh” for the corresponding “Rabbit Body ID” values in a separate view or separate list called “Rabbit Log”. What would be the best way to go about this?