Answer Posted / nagarjuna
software testing is a process of evaluating the system by manual or automatic means that it verifies the customer requirements and customer satisfaction and to produce a bug free product.. that way we need testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the different types of checkpoints?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
In qtp, explain what is crypt object
Explain how you can find the absolute value of the number in qtp?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How to suppress warnings from the test results page?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to find operating system information using the qtp script?
how many maximum number of virtual users we can create?
what is the structure for the data driven framework
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Is virtual object supported in low level recording mode?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.