Forums.Sureshkumar.net : A Perfect Place to Share Knowledge         Blogs     Games    Magazines    

"Sharing knowledge does not lessen your store, often it gets you more. Sharing plays a key role in relationships and bonding, happens in small steps and is assisted through community membership."

Go Back   SURESHKUMAR.NET FORUMS > TECHNICAL DISCUSSIONS > Testing Tools & QA
Register FAQ Members List Calendar Games Blogs Search Today's Posts Mark Forums Read

   

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 20-09-06, 02:26 PM   #1 (permalink)
Junior Member
 
Join Date: Sep 2006
Posts: 6
Thanks: 0
Thanked 8 Times in 2 Posts
Thanks: 0
Thanked 8 Times in 2 Posts
Rep Power: 3 deepthi_3555 is on a distinguished road
SQL Material

Hai Friends,

Check Out This SQL Material, It will usefull for u.
Attached Files
File Type: doc SQL Material.doc (74.0 KB, 601 views)
deepthi_3555 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 7 Users Say Thank You to deepthi_3555 For This Useful Post:
au123 (30-10-06), grama621 (30-10-06), mahesh35 (07-09-07), p.Arumugaperumal (10-09-07), puttask (26-10-07), sharan_757 (13-10-06), smart_kalyan (03-08-07)
Old 20-09-06, 02:30 PM   #2 (permalink)
Super Moderator
 
Spoorthi's Avatar
 
Join Date: Mar 2006
Posts: 4,803
Thanks: 9
Thanked 609 Times in 478 Posts
Thanks: 9
Thanked 609 Times in 478 Posts
Blog Entries: 2
Rep Power: 99 Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute Spoorthi has a reputation beyond repute
Re: SQL Material

thank u deepti
Spoorthi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20-09-06, 05:14 PM   #3 (permalink)
Moderator
 
Join Date: Apr 2006
Location: India
Posts: 1,733
Thanks: 2
Thanked 143 Times in 132 Posts
Thanks: 2
Thanked 143 Times in 132 Posts
Rep Power: 31 vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold
Re: SQL Material

thanq ....
__________________
Sree
vjsreevs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20-09-06, 06:28 PM   #4 (permalink)
Member
 
Join Date: Aug 2006
Posts: 30
Thanks: 3
Thanked 8 Times in 8 Posts
Thanks: 3
Thanked 8 Times in 8 Posts
Rep Power: 3 saitester is on a distinguished road
Re: SQL Material

Very useful.. thank you.. keep Moving with lot & lots..

Rgds,
Sai
saitester is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20-09-06, 10:36 PM   #5 (permalink)
Junior Member
 
mahi's Avatar
 
Join Date: Sep 2006
Posts: 22
Thanks: 1
Thanked 1 Times in 1 Posts
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 3 mahi is on a distinguished road
Re: SQL Material

thks
mahi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-10-06, 01:51 AM   #6 (permalink)
Junior Member
 
Join Date: Oct 2006
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3 ramakrishna5uin is on a distinguished road
Re: SQL Material

thanks for sharing
ramakrishna5uin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-10-06, 03:16 AM   #7 (permalink)
Senior Member
 
simhadri44's Avatar
 
Join Date: Oct 2006
Age: 27
Posts: 198
Thanks: 77
Thanked 18 Times in 15 Posts
Thanks: 77
Thanked 18 Times in 15 Posts
Rep Power: 5 simhadri44 is on a distinguished road simhadri44 is on a distinguished road
Re: SQL Material

Hi Mahi,

software testing methodology is different from software development methodology (SDM) or system development life cycle (SDLC)


software development methodology (SDM) are like V-Model, Spiral, Water Fall, RAD model..


Accroding to me STM is wihte box testing and Black box testing...


in more detail..begin the testing process by developing a comprehensive plan to test the general functionality and special features on a variety of platform combinations. Strict quality control procedures are used. The process verifies that the application meets the requirements specified in the system requirements document and is bug free. At the end of each testing day, the team prepares a summary of completed and failed tests. Our programmers address any identified issues, and the application is resubmitted to the testing team until every item is resolved. All changes and retesting are tracked through spreadsheets available to both the testing and programming teams. Applications are not allowed to launch until all identified problems are fixed. A report is prepared at the end of testing to show exactly what was tested and to list the final outcomes.



software testing methodology is applied in three distinct phases: unit testing, system testing, and acceptance testing. The above thre phases covers White/Black box testing..
  • Unit Testing—The programmers conduct unit testing during the development phase. Programmers can test their specific functionality individually or with other units. However, unit testing is designed to test small pieces of functionality rather than the system as a whole. This allows the programmers to conduct the first round of testing to eliminate bugs before they reach the testing staff.
  • System Testing—The system is tested as a complete, integrated system. System testing first occurs in the development environment but eventually is conducted in the production environment. Dedicated testers, project managers, or other key project staff perform system testing. Functionality and performance testing are designed to catch bugs in the system, unexpected results, or other ways in which the system does not meet the stated requirements. The testers create detailed scenarios to test the strength and limits of the system, trying to break it if possible. Editorial reviews not only correct typographical and grammatical errors, but also improve the system’s overall usability by ensuring that on-screen language is clear and helpful to users. Accessibility reviews ensure that the system is accessible to users with disabilities.
  • Acceptance Testing—The software is assessed against the requirements defined in the system requirements document. The user or client conducts the testing in the production environment. Successful acceptance testing is required before client approval can be received.
please hit suggestions........is everybody sleeping in this forum...

Cheer's
__________________
This forum is really awesome .Thanks to ............... ALL
simhadri44 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-10-06, 11:58 AM   #8 (permalink)
Senior Member
 
das.testing's Avatar
 
Join Date: Oct 2006
Posts: 125
Thanks: 36
Thanked 148 Times in 39 Posts
Thanks: 36
Thanked 148 Times in 39 Posts
Rep Power: 19 das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice das.testing is just really nice
Smile Re: SQL Material

Hi,

Great work Deepti...

Regards

Arun
__________________
To the optimist, the glass is half full. To the pessimist, the glass is half empty.
To the good tester, " the glass is twice as big as it needs to be "
das.testing is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30-10-06, 02:38 PM   #9 (permalink)
Moderator
 
kiran2710's Avatar
 
Join Date: Jul 2006
Posts: 2,184
Thanks: 5
Thanked 371 Times in 255 Posts
Thanks: 5
Thanked 371 Times in 255 Posts
Rep Power: 58 kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute kiran2710 has a reputation beyond repute
Re: SQL Material

Nice post

Keep posting.....
__________________



Kiran







kiran2710 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 24-07-07, 04:58 AM   #10 (permalink)
Junior Member
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 freewily is on a distinguished road
Re: SQL Material

thank you
freewily is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28-08-07, 01:45 PM   #11 (permalink)
Member
 
vijetha reddy's Avatar
 
Join Date: Aug 2007
Age: 24
Posts: 43
Thanks: 14
Thanked 0 Times in 0 Posts
Thanks: 14
Thanked 0 Times in 0 Posts
Rep Power: 2 vijetha reddy is on a distinguished road
Re: SQL Material

thanx
vijetha reddy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29-08-07, 06:01 PM   #12 (permalink)
Junior Member
 
sandeep prayaga's Avatar
 
Join Date: Aug 2007
Location: Bangalore
Posts: 6
Thanks: 0
Thanked 1 Times in 1 Posts
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 2 sandeep prayaga is on a distinguished road
Re: SQL Material

gr8 job keep it up!! Keep on sharing.............
__________________
prayaga
sandeep prayaga is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18-09-07, 01:48 PM   #13 (permalink)
Junior Member
 
Join Date: Sep 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 rsyamp is on a distinguished road
Re: SQL Material

hi friends, this is syam, i want to know about grey box testing and can u tell me, which companies are in use know.
rsyamp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server 2005 Books Online (July 2006) vjsreevs ORACLE , SQL SERVER , SYBASE & Others 2 11-07-08 03:01 AM
Microsoft SQL Server Administrator sridhar FRESHER JOBS 0 18-09-06 08:55 PM
Fresh ASP SQL Server Programmer-Bsc/BCA sridhar FRESHER JOBS 5 08-09-06 10:52 AM
hi..... gomesh_2k6 VB / ASP.NET Technologies 8 07-09-06 01:38 PM
VB, ASP + SQL PROGRAMMER (Contractual / Part-Time Basis) sridhar EXPERIENCED JOBS 0 16-07-06 05:12 PM


All times are GMT +6.5. The time now is 11:47 AM.