Total Pageviews

Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts

2 Jan 2014

Generating Lots of List Items and Docuiments for Testing Purposes

I've uploaded a first version of List Manager for SharePoint utility on CodePlex.

It saves me a lot of time on generating list items for testing puroposes. It can also fill most of the field types including Multichoice, Lookups and Taxonomy metadata fields. It can generate text and word documents in case you need it.



This utility does not use bulk operations yet, so it might be a bit slow when generating thouthands of items, but it does its job in the end.

Here is a short demo:

SPRemoteAPIExplorer by Steve Curran MVP


A Visual Studio server explorer extension to provide the ability to explore and discover SharePoint 2013 remote API capabilities in REST and CSOM(Javascript, .Net and Silverlight). This extension is very useful when working with the SharePoint 2013 REST api. It lists all the types, methods, parameters and properties available to be called remotely. Metadata for types, methods and properties lists whether it can be used by CSOM, REST, JSOM and .Net remote api. Other information available in the property grid includes, OData type, whether to call the method using a querystring, path or body.  Requires Microsoft SharePoint 2013 installed locally and the Office Developer Tools for Visual Studio 2012.

21 Feb 2013

Testing Mobile View in Chrome

1. In Chrome, open the Developer Tools  by clicking "Customize"(wrench icon) --> "Tools" --> "Developer Tools."


2. Click the "Settings" icon at the botom right corner.
3. Check "override user agent" and select one of the options (iPhone, iPad or Nexus S running Android 2.3). You can also select "other" and enter a custom user agent.

The result looks like that: