When u r executing a test case an error dialog or window
appeared on screen describing some msg . u have to send that
dialog/window as an attachment to the developer to let him
understand properly abt the error dialog /window. how do u
capture that error dialog/window as a snapshot , in manual
tesitng ?
Answers were Sorted based on User's Feedback
Answer / guest
To capture the ACTIVE WINDOW on the screen u can use the key
combination of : ALT + PRINTSCREEN.
(u wont see any change/result when u perform this operation)
now open paintbrush / msword / notepad and paste there. save
the file and this file can be used as an attachment to send
to the developer).
To capture the ENTIRE SCREEN AS A WINDOW then u can use the
key : PRINTSCREEN.
(u wont see any change/result when u perform this operation)
now open paintbrush / msword / notepad and paste there. save
the file and this file can be used as an attachment to send
to the developer).
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / hari
Thanks for "ALT + PRINTSCREEN" answer; It helps well
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / murali
take all screenshots i.e sequence where u got this
message..it will explain in a better way to client to
understand.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tirna biswas
You can also use snagit software, which takes less memory
space and helps you to capture a particular area instead of
the entire screen.
save it in your notepad/Ms Word and attach it along with
your mail and send it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shyam.meghansh
Take the scree shot and raise a defect in QC or Bugzilla and
attach this scree short. Concern developers will get a mail
from his TL
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hema
Copy that screen by Press "Print screen" key then paste it
on the MS Word, then send through attachment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sirisha
During execution of a testcase when any error dialog is
appeared on the screen, we capture the absolute image
through 'PrintScreen' (keys) as an evidence of the raised
issue & this snapshot will be appended to the bug report for
developer analysis.
PrintScreen:: Selection gives image along with
TimeStamp,which helps developer to analyze through exact
timestamp from backend files if required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arjun reddy.n
Take a screen shot of that particluar window box, paste it
in word or what ever type of document u r using, and my
mail send as attachemnt.
ALL THE BEST FRIENDS.....ARJUN ( 9440567637 )
| Is This Answer Correct ? | 0 Yes | 1 No |
If you have executed 100 test cases ,every test case passed but apart from these testcase you found some defect for which testcase is not prepared,thwn how you can report the bug?
Difference between cache and cookie.
hi iam geetha, i know what are all points will come in the test plan, but i want the sample test plan
what is the format of test report?
What is Functional Testing and Regression Testing?give one real time Example?
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?
what is installation in software referred to as?
2. If you had to give the site a grade, from A to F, where A was exemplary and F was failing, what grade would you give it, and why?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
What’s the difference between a bug and a defect?
how to test manually from date and todate selection from calender
does the efficiency of test increases with increase in number of test cases.that is the more number of test cases then more efficient is the applications test,is it true?