harii haran

Greenhorn
+ Follow
since Jan 18, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by harii haran

thanks for your replies,
have you heard of six sigma?
21 years ago
Hi all,
Can anyone tell me if there is any metrics for software quality? I was reading this article "good enough quality beyond the buzz word" I really like the GEQ factors, it made me wonder about other quality metrics.
I would like to use 2 or 3 different quality metrics and see which one is more practical and useful.
Thanks a lot,
21 years ago
hi,
I was reading about boundary value testing..how can we always find min and max values? sometimes we may not know the max value for example if we read from a file, what would be the max value, min would be empty file, max would be ..? any suggestions thanks,
21 years ago
hi,
i have 2 frames (frame1 & frame2) user logs in using frame1, frame2 is a jdbc applications which opens up database connections and icons to show, once the user logs in, frame2 takes quite a long time to display...what is the reason? is there any way to display it quick? or can u give me any other suggestions?
thanks,
21 years ago
Can you give me some insight how should we get CMM Certification?
thanks,
Hi All,
I have a JTable where user can enter their address information. Table has street, zip, city, county and state as Columns. (I save these info to AddressTable)
Once user enters the zipcode I have to populate the city , state and county information from the database. (from ZipcodeTable)
So far I have a ZipEditor for the zip column, which validates if the user is entering correct zipcode.
My problem is once the zip editor is done the validation, how should I get the city, state and county from ZipCodeTable and display it on the JTable.
Right now once the validation is done, the cursor moves to the city column. Where should I capture the action that zip column is ready and refresh the current table with new city state and county info.
(I hope I explained it well)
Thanks
21 years ago
Thanks a lot for your replies.
I only know about waterfall model (spec, design, code, test, maintain).. I didn't know that there are other models too..
can you explain me little more about how the process goes other than waterfall model..
I will try to read those books.
thanks again.
Hi,
I have recently joined a small software company, where they haven't been following usual software process, about which I have been reading through text books. I have made a suggestion that atleast we should write what we want to accomplish the following and how we should do and also we are noting down the time that it takes to complete the task. (in word file )
Is there any website that would give some insight on how we should do it or books to refer or your personal experiences..
thanks,
harii
Thanks a lot for taking time to explain..
It made many things clear to me..
one more question is what if we have main the program and we know how the flow is going to be..
it is ok to draw a flow diagram for the whole and calculate complexity? or I am not still understaning the concept? :-(
Please correct me if I am wrong..
harii
Thanks a lot for your reply.
But how should I count Weight method count? Could you please give me an example? or give some links to read more about it.
thanks.
Hi,
I have been reading about calculating cyclomatic complexity, all the examples given are for just a method. How do we calculate it for a entire class.
any help would be appericiated.