Answer Posted / s.shanmuga priya
Testing is the process with the intention to find
errors/bugs to analyze the actual results with expected
results.
The need of testing are as follows:
* To meet the customer requirements
* To check the efficiency & effectiveness of the product
* To produce quality product
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
How is UFT 11.5 version different from UFT 12.0?
What is output value? How many types of output values are there in qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Is qtp supports uni-code?
How do you delete unwanted results in qtp?
how to test Web application using QTP software
Explain the concept of how quicktest professional (qtp) identifies object?
When you open QTP, how many sheets you can see?
How can we conduct U-I Testing by using QTP??????
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian