Latest Posts »
Latest Comments »
Popular Posts »

SharePoint for Team Status Reports

Written by meena on May 5, 2008 – 1:58 pm

We have started using SharePoint 2007 for our Team site, where we share a common Calendar for team schedules, submit status reports and share other information. Being the admin, I also created Infopath forms for Monthly Status Reports submission for the team.

We were having a privacy issue with the status report list. Since all the members were given “contribute” permissions to add/delete/update their status reports, they could also create views of “All Items” that would show them everything.. even mine!.

In order to restrict the Team members from being able to see others’ status reports, I had to create a new permission level that would not allow them to create personal views. Hence the new permission level created was a copy of “Contribute” at the site collection level and with the personal permissions removed.

Step 1: Go to “Site Actions” > “Site Settings” > “Modify All Site Settings” > “Advanced Permissions” (Under Users and Permissions). Choose “Permission Levels” from “Settings” menu.

Permission Levels

Step 2: Click on “Contribute” from the list of levels. We want to create a copy of this level.

Step 3: Click on “Copy Permission Level” at the bottom of the page.

Step 4: Name the new Permission Level that is created. Lets call it “Contribute 2″ or something. Strongly suggest to add a description as to why this is being created to avoid a lot of confusion in later days!

Step 5: Uncheck the Personal Permissions - Manage Personal views. Uncheck the other options also if you don’t want your users trying new tricks on the site.

A big issue of privacy within the team is solved.


Tags: , , ,
Posted in SharePoint | No Comments »

LoadRunner 9.1 - Flex Protocol Recording

Written by meena on May 5, 2008 – 1:26 pm

LoadRunner 9.1’s Flex protocol includes both AMF3 and Http protocols in its options. For testing applications using Flex and AMF3 protocols, these options need to be explicitly added in the recording options. To do this:

1. Click on options in the recording window.

LoadRunner Recording Window

2. Check the AMF and Http protocols in the Recording Options window under the subhead - Protocols.

LoadRunner Recording Options

3. Check the “Try to encode externizable object” option in the “Code Generation” Subhead of Recording Options window.

LoadRunner Recording Options

Recording after these options are checked would give more readable code as XML rather than Binary.


Tags: , , ,
Posted in Performance Testing | No Comments »

HTTP Request tracking and Graphing

Written by meena on August 29, 2007 – 12:20 pm

Tamper Data is an extension to track and modfy http/https requests. This tool can create graphs of all the requests with their specific loading times and response codes. Interesting tool for testers.


Tags: , ,
Posted in Functional Testing, Performance Testing | No Comments »