visual studio team system 2012

12
VSTS 2012 5/26/22 Coded UI-Web Performance & Load Testing Highlights- Demo.

Upload: kunnathust

Post on 25-May-2015

425 views

Category:

Technology


2 download

DESCRIPTION

VSTS 2012 -a complete Automation tool for the Test automation in functional and non functional area.

TRANSCRIPT

Page 1: Visual studio Team system 2012

VSTS 2012 April 12, 2023

Coded UI-Web Performance & Load Testing Highlights-Demo.

Page 2: Visual studio Team system 2012

TOPICSVSTS

2

Microsoft Testing Tools

Coded UI Tool

Load testing Tool

Performance testing Tool

Page 3: Visual studio Team system 2012

MICROSOFT TESTING TOOLSVSTS

3

Functional, load and performance tool integrated with Microsoft VSTS2012.

You can be more productive throughout your testing lifecycle of planning,

testing and tracking your progress by using Visual Studio. These testing tools are integrated with Team Foundation

Server, which lets you define your testing based on the same team projects that other areas of your

organization are using.

You can run manual tests and exploratory tests from Microsoft Test Manager using the Microsoft Test Runner. It can run automated

tests from Visual Studio that are not associated with a plan. You can select to run the tests individually, as part of a check-in

policy, or based on test categories.

Plan, Manage and execute both manual and Exploratory tests. You can also

automate your manual tests after they are stabilized

The bug will contain a trace of your recent actions, a snapshot of the state of the system,

and a copy of any notes you made while exploring the system

Page 4: Visual studio Team system 2012

MICROSOFT TESTING TOOLSVSTS

4

Functional Testing

Load Testing

Web performance Testing

Unit Testing

Explorative testing

Web Service Testing

expertise and Consulting area

Functional

testing expertise in the Microsof

t technolo

gy

Load testing expertise for the

Retail and non retails

business domain

Web perform

ance testing expertise and

consulting for

the retail

and non retail

business domain

Unit testing

verification

process expertis

e

Exploratory

testing heads up in the

system cycle

Web service testing for the all kind of data models

Page 5: Visual studio Team system 2012

MICROSOFT TESTING PROJECTVSTS

5

Page 6: Visual studio Team system 2012

CODED UI HIGHLIGHTSVSTS

6

Recording a UI Test: Developing UI automation tests against an existing set of screens is generally easier ,recording the test screen

and recorded coded is in C#.

Coded UI Test Builder :you can select Edit with Coded UI Test Builder, thereby launching the recording utility.

The Coded UI Test Builder is the recording window that controls when UI activity (both mouse- and keyboard-related) is activated.

Dynamic Object Library : build a dynamic object library in C# as one cannot predict the object initially while page loads up.

Page 7: Visual studio Team system 2012

CODED UI TESTVSTS

7

Page 8: Visual studio Team system 2012

LOAD TOOL HIGHLIGHTS

VSTS

8

Load test tools are integrated tightly with Visual Studio Foundation Server and work within this larger framework of Software Development

Life Cycle (SDLC) tools.

A Visual Studio 2012 load test can generate a lot of simulated user traffic against your application

Difficult part of load testing is figuring out what's actually slow. load-test framework provides tools to find these problems. VSTS 2012 tool

provide easy solution

Load test allows testers to simulate how the system under test will behave when many users are interacting with it.-

It can be used for stress testing, performance testing and capacity testing web applications. Test non Web based server components, such

as testing data access model components.

Load testing consist of serious of web performance test. Graph and details of Result analysis can be generate in the excel as per trend

and comparison mode.

Page 9: Visual studio Team system 2012

LOAD TESTINGVSTS

9

Page 10: Visual studio Team system 2012

PERFORMANCE HIGHLIGHTSVSTS

10

Web Performance Test can be used for recording the website navigations and generating the Code.

We can use this test or the generated coded test as an input to the performance test.

Customization of the test can be done using: Parameterization – makes the user inputs dynamic

Correlation – Extract the Server generated data for subsequent requests.

we can specify the browser types too, which simulates how the site appears in different browser

plan the capacity of the servers

It support the

expected user load for new

application

It will solve real load

conditions

response time tuning

Performance Test is an answer for

the following questions

Page 11: Visual studio Team system 2012

PERFORMANCE TESTINGVSTS

11

Page 12: Visual studio Team system 2012

April 12, 2023

Thanks you