Перейти к содержимому

Фотография

Automated Testing of e-commerce web system


  • Авторизуйтесь для ответа в теме
Сообщений в теме: 6

#1 Leo

Leo

    Новый участник

  • Members
  • Pip
  • 28 сообщений

Отправлено 10 августа 2006 - 10:09

Hi all,

I have to test e-commerce web system builded on ASP.NET and data base SQL server, this system will be work on Internet Explorer only.

What types of testing I should to execute and what tools (needed free tools) I have to use?

I have to execute automated functional test,automated performance test,automated data base test,automated load test also I need to test security, usability.

I need common automated testing solution (what I have to do and how).

Thanks.

P.S. Friends I write in english because I have not russian keyboard.
  • 0

#2 Vitekua

Vitekua

    Новый участник

  • Members
  • Pip
  • 45 сообщений
  • Город:Kharkov

Отправлено 10 августа 2006 - 11:59

For functional testing we wrote our own system in VS 2003 based on unit tests, but it covers all functionality. You can click on any button, link, etc. And it was totally free, because we wrote it our self. And we get all power of programming language for testing: connections to SQL to verify data on the page, any thing else.
For Load testing you can use Microsoft Application Center Test. It should be in MSDN subscription or you can find it on microsoft web site.
If you want to now more information contact to me via MSN vitekua[at]hotmail[dot]com, I’ll tell you how to work with IE in VS to create tests. As I know in VS 2005 Microsoft adds its one unit tests tool.
Maybe someone tell you other way how to test with free tools.
  • 0
Мастер на все руки

#3 Smile

Smile

    Новый участник

  • Members
  • Pip
  • 2 сообщений

Отправлено 10 августа 2006 - 13:09

Из бесплатного для функционального тестирования может подойти IEUnit (ieunit.sourceforge.net/), для нагрузочного и тестирования производительности - JMeter (jakarta.apache.org/jmeter/)
  • 0

#4 Dmitry_NJ

Dmitry_NJ

    Консультант

  • Members
  • PipPipPipPipPipPip
  • 3 122 сообщений
  • ФИО:Дмитрий Шевченко
  • Город:New Jersey, USA

Отправлено 10 августа 2006 - 14:02

Hi all,

I have to test e-commerce web system builded on ASP.NET and data base SQL server, this system will be work on Internet Explorer only.

What types of testing I should to execute and what tools (needed free tools) I have to use?

I have to execute automated functional test,automated performance test,automated data base test,automated load test also I need to test security, usability.

I need common automated testing solution (what I have to do and how).

Thanks.

P.S. Friends I write in english because I have not russian keyboard.

You overestimate your own abilities to write in English. Consider an option to write in Russian without having a Russian keyboard: http://translit.ru/
  • 0
Дмитрий Шевченко

HP Software

#5 Leo

Leo

    Новый участник

  • Members
  • Pip
  • 28 сообщений

Отправлено 10 августа 2006 - 14:55

Hi Friends,

First I have to execute functional test of the system, for this purpose I need automated tool for web testing same tool as Selenium IDE that has record playback engine, but Selenium IDE works with Mozila Firefox and my system works with Internet Explorer only.

For performance test I will be use the Web Application Stress Tool of Microsoft or Jmeter.

Will be glad to receive addition tips for testing similar systems.
  • 0

#6 dlg99

dlg99

    Специалист

  • Members
  • PipPipPipPipPip
  • 609 сообщений
  • ФИО:Andrey Yegorov
  • Город:Redmond, WA

Отправлено 10 августа 2006 - 16:58

First I have to execute functional test of the system, for this purpose I need automated tool for web testing same tool as Selenium IDE that has record playback engine, but Selenium IDE works with Mozila Firefox and my system works with Internet Explorer only.

Просмотр сообщения


You do not have to use Selenium IDE.
You can write tests without resording them and then execute using Selenium Core or Selenium RC.

also, Watir and bunch of other tools are always an option:
http://www.opensourcetesting.org/
http://wiki.openqa.o...For Web Testing
  • 0
Andrey Yegorov. Изображение

#7 skaeff

skaeff

    Новый участник

  • Members
  • Pip
  • 42 сообщений
  • ФИО:Alex

Отправлено 23 августа 2006 - 15:33

Hi all,

I have to test e-commerce web system builded on ASP.NET and data base SQL server, this system will be work on Internet Explorer only.

What types of testing I should to execute and what tools (needed free tools) I have to use?

I have to execute automated functional test,automated performance test,automated data base test,automated load test also I need to test security, usability.

I need common automated testing solution (what I have to do and how).

Thanks.

P.S. Friends I write in english because I have not russian keyboard.

Просмотр сообщения


We have ASP.NET (.NET 2.0)+MS SQL2005+IE and we use:
- MS VS2005 for Unit testing (programmers charge)
- MS VS2005 for Load and Performance testing (QA team charge).
- Manual testing of application buisness logic according to test plans (built on specifications) - QA team charge.

Also I have developed a tool (a small, but effective framework) for automating some manual functional testing routines. It fully automates end-user behaviour: clicks, data input on forms.
Here is the short description.
  • 0
Stupid Repeater: это просто :)


Количество пользователей, читающих эту тему: 1

0 пользователей, 1 гостей, 0 анонимных