how u will describe testing activities?
Answers were Sorted based on User's Feedback
Answer / sandhya
verifying that inputted data produces the expected output
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohammed khraim
Testing activities start from the elaboration phase. The
various testing activities are preparing the test plan
Preparing test cases Execute the test case Log teh bug
validate the bug & take appropriate action for the bug
Automate the test cases View and report the test results etc
| Is This Answer Correct ? | 0 Yes | 1 No |
What is post recovery scenario?
When you open QTP, how many sheets you can see?
I want to scroll down in MSPAINT (captured a screen already). So that I can read the data in it through the step Window(paint).GetVisibleText for my validation. Anyone know the scripting for this?
How to take screen shot of desktop by using vb script code or is there any method?
can u please explain what r the challenges u faced in ur automation testing
what is the process to follow between writing the test cases & then atomating it?
Once the Actions are splitted , is there any way to merge them
what is output parameters in qtp?explain? 2)
When a requirement is given to u to automate , What is ur basic approach ?
how will we run batch tests in qtp what is the process to run the multiple test sets?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.