45,000 Jobs - Get an Interview Call,  Post Your Resume Here
SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




MANUAL TESTING CONCEPTS (pdf)

        

Reply
 
LinkBack Thread Tools Display Modes
Old 19-06-08, 03:22 PM   #1 (permalink)
Junior Member
 
Join Date: Jun 2008
Posts: 19
Blog Entries: 1
Thanks: 0
Thanked 8 Times in 1 Post
Rep Power: 2 ramkumarbtech will become famous soon enough
Thumbs up MANUAL TESTING CONCEPTS (pdf)

For Manual Testing..

Attached Files
File Type: pdf New OpenDocument Text.pdf (205.9 KB, 1423 views)
ramkumarbtech is offline Offline   Reply With Quote
The Following 8 Users Say Thank You to ramkumarbtech For This Useful Post:
AjayKumar.Kataram (29-07-08), digikreations (04-05-09), elli (20-06-08), irshad247 (26-06-08), mvithiyadharan (01-08-08), safease (30-08-08), suresh_m1729@yahoo.co.in (30-07-08), tincyta (08-06-09)
Old 29-07-08, 11:54 AM   #2 (permalink)
Member
 
Join Date: Jul 2008
Posts: 32
Blog Entries: 2
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 2 msprasanna is on a distinguished road
Re: MANUAL TESTING CONCEPTS (pdf)

what is the difference between the WinRunner N Qtp?
msprasanna is offline Offline   Reply With Quote
Old 29-07-08, 01:57 PM   #3 (permalink)
Senior Member
 
mailramaa@gmail.com's Avatar
 
Join Date: Oct 2006
Location: Pune
Posts: 199
Thanks: 20
Thanked 40 Times in 26 Posts
Rep Power: 9 mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light
Smile Re: MANUAL TESTING CONCEPTS (pdf)

There are Featurewise differences and also there are differences in the environments that WR and QTP supports.

Hope the attached Document provides you the information you are looking for!
Attached Files
File Type: doc diff bw winruner and QTP.doc (41.0 KB, 259 views)
__________________
Regards,
Rama
" Failure is the oppurtunity to begin again, more Intelligently! "
mailramaa@gmail.com is offline Offline   Reply With Quote
The Following 5 Users Say Thank You to mailramaa@gmail.com For This Useful Post:
AjayKumar.Kataram (29-07-08), mvithiyadharan (01-08-08), slogitech (03-02-09), suresh_m1729@yahoo.co.in (30-07-08), tincyta (08-06-09)
Old 29-07-08, 07:20 PM   #4 (permalink)
Member
 
Join Date: Jul 2008
Age: 24
Posts: 82
Thanks: 0
Thanked 10 Times in 9 Posts
Rep Power: 3 jsatee will become famous soon enough jsatee will become famous soon enough
Re: MANUAL TESTING CONCEPTS (pdf)

thanks to prasanna and mailraamma for your post
jsatee is offline Offline   Reply With Quote
The Following 2 Users Say Thank You to jsatee For This Useful Post:
msprasanna (22-08-08), mvithiyadharan (01-08-08)
Old 29-07-08, 10:16 PM   #5 (permalink)
Senior Member
 
Join Date: Aug 2006
Location: Hyderabad,India
Age: 30
Posts: 8,044
Thanks: 2,105
Thanked 400 Times in 296 Posts
Rep Power: 122 AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute
Re: MANUAL TESTING CONCEPTS (pdf)

Thanks to both
AjayKumar.Kataram is offline Offline   Reply With Quote
The Following User Says Thank You to AjayKumar.Kataram For This Useful Post:
msprasanna (22-08-08)
Old 21-08-08, 11:49 PM   #6 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 147
Thanks: 15
Thanked 71 Times in 46 Posts
Rep Power: 10 Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold
Re: MANUAL TESTING CONCEPTS (pdf)

Prasanna,

the basic difference is QTP is advanced version of Winrunner and likewise Quality Center is advanced version of Test Director. Thanks Ramaa for the differences in the environments usage of WR/QTP.

here is the difference between Winrunner and QTP

What is the difference between Winrunner and QTP ?

1.Winrunner uses TSL language where as QTP uses VB script & Java script

2.Winrunner doesn't supports the OOPS concept where QTP supports the OOPS concept

3. Winrunner doesn't supports to multimedia. QTP supports to multimedia , media player, photo shop. (6.5 version ).

4. Winrunner doesn't supports to XML. QTP supports to XML

5. Winrunner doesn't supports to .NET. QTP supports to .NET.

6. Winrunner supports only Interpreter ( Line by line execution ). QTP is compiler.

7. In Winrunner GUI spy is used to check the properties of object / window. In QTP,the name is Object spy

8. Winrunner: GUI Map editor is used to store the physical descriptions. QTP: Object Repository is used to store the physical descriptions of the objects

9. Winrunner has 3 modes of recoding :analog and context sensitive recording modes. QTP has only one recording mode i.e Standard recording mode. In this recording 2 types are (1) Analog (2) Low level

10. Winrunner has 4 typesof checkpoints [ GUI checkpoint, Bitmap checkpoint, database checkpoint, Text checkpoint ]. QTP has 9 types of checkpoints [ Standard check point, Bitmap checkpoint, Database checkpoint, Text/Text area checkpoint, Image checkpoint, Table checkpoint, Page checkpoint, Accessibility checkpoint, XML checkpoint ]

11. Winrunner: In GUI check point has 3 types
1. single object / single property
2. single object / multiple property
3. multiple object / multiple property
QTP has only One type i.e Single object / Multiple Property

12. Winrunner: In Bitmap checkpoint 2 types
1. for Object / Window
2. for Screen Area
QTP has only One i.e for Object / Window Bitmap using this above checkpoint we can check also Screen area

13. Winrunner: In Database check point there are 3 types
1. Default 2. Custom 3. Runtime
Here in QTP only One Type i.e Custom database checkpoint

14. 9 types of verifications in WR
1. Case Sensitive
2. Case Insensitive
3. Numeric Range
4. Numeric Content
5. Case Sensitive Ignore Space
6. Case Insensitive Ignore Space
7. Exact one match record
8. One or more match record
9. No match record

3 types of verifications in QTP
1. Numeric Range
2. Numeric Content
3. String Content

15. 3 types of Synchronizations in WR
1. for Object / Window Property
2. for Object / Window Bitmap
3. for Screen Area Bitmap
In QTP only One type i.e Object / Window Property

16. WR: Has 3 types of running modes i.e 1.Verify 2. Debug 3. Update. QTP has 2 types of running modes
i.e 1. Standard 2. Update

17. Exception Handling method used to avoid the runtime errors in WR 3 types [ 1. Popup 2. TSL 3. Object ] .In QTP name is Recovery Scenario and here 4 types of exceptions [ 1. Pop-up Window 2. Object state 3. Test run error 4. Application Crash ]

18. In WR 4 types of result window [ 1. Test result window 2. GUI checkpoint window 3. DB checkpoint window 4. DB record checkpoint window ]. Here in QTP only One Window i.e Test Summary Result Window

19. In WR Test script is divided into 2 parts [ 1. Main Script 2. Compile Module ]. No such types using WR we can execute functions in QTP

20. Add-ins in WR are: 1. ActiveX 2. Power Builder 3. Visual Basic 4. Web 5. Java 6. C 7. C++ , etc Add-ins in QTP are: 1. ActiveX 2. Visual Basic 3. Java 4. Web 5. Multi-media ( 6.5 version )

21. In WR only One View i.e Normal Mode. Here in QTP 2 Views 1. Expert View 2. Keyword View

22.WR: Only One Sheet in data Table if we want to add another sheet then another new data table to be opened. In QTP 2 sheets in Data Table 1. Global 2. Action. In action sheet we can add number of sheets

23. WR: Virtual Object wizard only One type. QTP : 2 types of Virtual Object Wizards [ 1. Virtual Object 2. Virtual Object Manager ]

24. WR: Here after checking the checkpoints it gives mismatch error ( no snap Shots ). QTP: Checks the checkpoint but will not give mismatch error . If test is fail it shows snap shot

25. WR: support Rapid script wizard. QTP: no rapid script wizard

26. Function generator is present in WR. QTP: No Function Generator

27. WR: 2 types of GUI map editor [ 1. Global 2 Per test ]. QTP: only one type i.e Global

28. WR: Only One window ie. Form Window You want to open data table we have to call the function to open data table.
QTP : five types of Window [ 1. Tree View or Keyword view 2. Expert View 3. Data Table 4. Active Screen 5. Debug Viewer ]

29. WR: Running methods [ 1. Step, 2. Step into, 3. Step out ]. QTP : Running Methods [ 1. Step into 2. Step over 3. Step out ]

30. WR: Data type declaration is not necessary. QTP: data type declaration is must

Last edited by Sean2; 22-08-08 at 12:02 AM..
Sean2 is offline Offline   Reply With Quote
The Following 3 Users Say Thank You to Sean2 For This Useful Post:
AjayKumar.Kataram (16-01-09), elli (25-08-08), msprasanna (22-08-08)
Old 22-08-08, 10:50 AM   #7 (permalink)
Member
 
Join Date: Jul 2008
Posts: 32
Blog Entries: 2
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 2 msprasanna is on a distinguished road
Re: MANUAL TESTING CONCEPTS (pdf)

Quote:
Originally Posted by msprasanna View Post
what is the difference between the WinRunner N Qtp?
msprasanna is offline Offline   Reply With Quote
Old 22-08-08, 10:52 AM   #8 (permalink)
Member
 
Join Date: Jul 2008
Posts: 32
Blog Entries: 2
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 2 msprasanna is on a distinguished road
Re: MANUAL TESTING CONCEPTS (pdf)

what is the Difference between Qtp 8.2 and qtp 9.2?
msprasanna is offline Offline   Reply With Quote
Old 22-08-08, 10:53 AM   #9 (permalink)
Member
 
Join Date: Jul 2008
Posts: 32
Blog Entries: 2
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 2 msprasanna is on a distinguished road
Re: MANUAL TESTING CONCEPTS (pdf)

what is the advantage of QTP?
msprasanna is offline Offline   Reply With Quote
Old 22-08-08, 10:53 AM   #10 (permalink)
Member
 
Join Date: Jul 2008
Posts: 32
Blog Entries: 2
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 2 msprasanna is on a distinguished road
Re: MANUAL TESTING CONCEPTS (pdf)

Which step of the manual testing is replaced by automation testing?
msprasanna is offline Offline   Reply With Quote
Old 22-08-08, 12:58 PM   #11 (permalink)
Senior Member
 
naveen_p25's Avatar
 
Join Date: Oct 2006
Age: 27
Posts: 106
Thanks: 14
Thanked 26 Times in 19 Posts
Rep Power: 7 naveen_p25 is a jewel in the rough naveen_p25 is a jewel in the rough naveen_p25 is a jewel in the rough
Re: MANUAL TESTING CONCEPTS (pdf)

Prasanna: Use seperate thread for your different questions, so that it will be beneficial for other members.

I am also advising you to please collect all your questions and post in one thread so that you will get answers in one go, it looks nice also.

Coming to your query -

We can't replace a particular step of manual test case into automation script.
Automation of the test case is required :

1. whenever the test case is required to execute number of times.
2. if the effort is more
3. much more calculations
4. more builds need to test and frequent changes in the system
5. resource availability and cost of the project

etc ...
naveen_p25 is offline Offline   Reply With Quote
The Following User Says Thank You to naveen_p25 For This Useful Post:
AjayKumar.Kataram (10-06-09)
Old 22-08-08, 06:50 PM   #12 (permalink)
Senior Member
 
Join Date: Feb 2008
Posts: 147
Thanks: 15
Thanked 71 Times in 46 Posts
Rep Power: 10 Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold Sean2 is a splendid one to behold
Smile Re: MANUAL TESTING CONCEPTS (pdf)

Hi MSPRASANNA

what naveen said about the questions is true. Please stick to questions in area. Also Please go thru the forums under the testing tools & QA right from beginning to the end and browse all the questions and if possible download them to ur local machine and go thru them.The answers in the forum will be solve all ur problems/questions u had in mind. All u need is patience to go thru the questions in the forum which is really very helpful for any tester whether experienced or fresher.

My sincere advice is to go thru all the questions and read them. Even though u find most of them known to you but will enhance your memory with more precise answers. Sorry If I am wrong. In this forums u have the pdf or word documents as attachment for most of the testing.(Test Cases, Test Plans, Testing Scenarios, Tutorials etc.,)

Have a wonderful weekend all.

Last edited by Sean2; 22-08-08 at 06:51 PM.. Reason: modify
Sean2 is offline Offline   Reply With Quote
The Following User Says Thank You to Sean2 For This Useful Post:
msprasanna (19-02-09)
Old 16-01-09, 11:31 PM   #13 (permalink)
Senior Member
 
Join Date: Aug 2006
Location: Hyderabad,India
Age: 30
Posts: 8,044
Thanks: 2,105
Thanked 400 Times in 296 Posts
Rep Power: 122 AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute AjayKumar.Kataram has a reputation beyond repute
Re: MANUAL TESTING CONCEPTS (pdf)

thanks sean
AjayKumar.Kataram is offline Offline   Reply With Quote
Old 20-01-09, 10:31 AM   #14 (permalink)
Junior Member
 
Join Date: Apr 2007
Posts: 24
Blog Entries: 3
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 3 gowrigoli is on a distinguished road
Re: MANUAL TESTING CONCEPTS (pdf)

Good posting...its very useful ...
gowrigoli is offline Offline   Reply With Quote
Old 20-01-09, 11:13 AM   #15 (permalink)
Junior Member
 
Join Date: Jan 2008
Posts: 25
Thanks: 2
Thanked 3 Times in 3 Posts
Rep Power: 2 jyo_pooja is on a distinguished road
Re: MANUAL TESTING CONCEPTS (pdf)

This doc is really good. Keep posting such useful info RamKumar. Keep up the good work.
Thanks for sharing.
jyo_pooja is offline Offline   Reply With Quote
Reply

Tags
concepts , manual , pdf , testing


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

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
Beginners Guide to software testing cena Testing Tools & QA 25 22-10-09 02:49 PM
What kinds of testing should be considered? moses.rozario Testing Tools & QA 7 29-07-09 11:49 AM
Types of Testing akhila Testing Tools & QA 3 03-02-09 03:51 PM
testing defintions AjayKumar.Kataram Testing Tools & QA 1 23-04-08 02:08 PM


All times are GMT +6.5. The time now is 07:22 PM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.0