Click here to Skip to main content
15,914,071 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Intellitest - Automated Test Generation. Pin
F-ES Sitecore4-Sep-15 3:25
professionalF-ES Sitecore4-Sep-15 3:25 
GeneralRe: Intellitest - Automated Test Generation. Pin
Dan Neely4-Sep-15 4:21
Dan Neely4-Sep-15 4:21 
GeneralRe: Intellitest - Automated Test Generation. Pin
Nagy Vilmos4-Sep-15 3:29
professionalNagy Vilmos4-Sep-15 3:29 
GeneralRe: Intellitest - Automated Test Generation. Pin
Dan Neely4-Sep-15 3:18
Dan Neely4-Sep-15 3:18 
QuestionRe: Intellitest - Automated Test Generation. Pin
Eddy Vluggen4-Sep-15 1:11
professionalEddy Vluggen4-Sep-15 1:11 
AnswerRe: Intellitest - Automated Test Generation. Pin
shrknt354-Sep-15 2:10
shrknt354-Sep-15 2:10 
GeneralRe: Intellitest - Automated Test Generation. Pin
Eddy Vluggen4-Sep-15 2:19
professionalEddy Vluggen4-Sep-15 2:19 
GeneralRe: Intellitest - Automated Test Generation. Pin
Dan Neely4-Sep-15 3:06
Dan Neely4-Sep-15 3:06 
I played around with it over xmas/newyears break last year, it seemed like it might be useful with greenfield development to help make sure you're covering all the bases. It was nowhere near ready to meet its hyped ability to generate a regression test suite for legacy code.

Major limitations I found were:

0) Ignored all methods in a winform class that touched a UI element. IOW if your legacy app has significant logic in OnClick() events you're still elephanted when it comes to testing.

1) If you've got any static/global state it can't figure out how to initialize it (or even that it needs to). Again, meaning you're probably elephanted with a legacy app.

2) Total faceplant for anything touching the file system that relies on function input. It's automated parameter generation to try and find a working path will pass "a", "b", "c", etc to File.Open() etc until it gives up after a jillion futile attempts. Your legacy app that didn't abstract the file system away, yeah you're elephanted again.

The app I played with didn't do any DB access; but based on what I saw I'd be shocked if it didn't try connection strings of "a", etc until it gave up; again being elephanting useless. Didn't test WPF either; but to the extent that you didn't drink the data binding koolaid and make a thin brainless UI class you're presumably elephanted again.

The Beta UI also made getting the test cases it generated into unit test files rather klunky. If you were using it to verify your test coverage as you went it wouldn't be too bad; but it'd make trying to get a full test suite in place a PITA even if you had an easily testable codebase.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Intellitest - Automated Test Generation. Pin
F-ES Sitecore4-Sep-15 3:36
professionalF-ES Sitecore4-Sep-15 3:36 
GeneralRe: Intellitest - Automated Test Generation. Pin
Dan Neely4-Sep-15 4:27
Dan Neely4-Sep-15 4:27 
GeneralRe: Intellitest - Automated Test Generation. Pin
F-ES Sitecore4-Sep-15 4:37
professionalF-ES Sitecore4-Sep-15 4:37 
GeneralRe: Intellitest - Automated Test Generation. Pin
shrknt354-Sep-15 3:54
shrknt354-Sep-15 3:54 
GeneralBest place to be a programmer..? Pin
User 101325463-Sep-15 23:51
User 101325463-Sep-15 23:51 
GeneralRe: Best place to be a programmer..? Pin
megaadam3-Sep-15 23:57
professionalmegaadam3-Sep-15 23:57 
GeneralRe: Best place to be a programmer..? Pin
User 101325464-Sep-15 0:00
User 101325464-Sep-15 0:00 
GeneralRe: Best place to be a programmer..? Pin
RossMW4-Sep-15 0:12
professionalRossMW4-Sep-15 0:12 
GeneralRe: Best place to be a programmer..? Pin
User 101325464-Sep-15 0:17
User 101325464-Sep-15 0:17 
GeneralRe: Best place to be a programmer..? Pin
RossMW4-Sep-15 0:23
professionalRossMW4-Sep-15 0:23 
GeneralRe: Best place to be a programmer..? Pin
User 101325464-Sep-15 0:30
User 101325464-Sep-15 0:30 
GeneralRe: Best place to be a programmer..? Pin
RossMW4-Sep-15 0:38
professionalRossMW4-Sep-15 0:38 
GeneralRe: Best place to be a programmer..? Pin
User 101325464-Sep-15 0:45
User 101325464-Sep-15 0:45 
GeneralRe: Best place to be a programmer..? Pin
RossMW4-Sep-15 0:50
professionalRossMW4-Sep-15 0:50 
GeneralRe: Best place to be a programmer..? Pin
User 101325464-Sep-15 0:55
User 101325464-Sep-15 0:55 
GeneralRe: Best place to be a programmer..? Pin
RossMW4-Sep-15 9:29
professionalRossMW4-Sep-15 9:29 
GeneralRe: Best place to be a programmer..? Pin
Nagy Vilmos4-Sep-15 0:14
professionalNagy Vilmos4-Sep-15 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.