what is test data
Answers were Sorted based on User's Feedback
Answer / madhuri
Test data is nothing but the data needed to execute the test
cases.
We can get the data from requirement & design documents
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rafi
it is the input data before going to the execution of a
application the tester has to prepare vthe test data
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / prasanna_ny
Test data is the data for testing your apllication/system.
This usually given to the testing team by the
client/developer.
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.
Explain the check points in QTP?
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
how can we compare descriptive programing with a regular expression
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
Which is the best testing institute for QTP training in Hyderabad.
what is the exact testing process in qtp plz explin ?
from where we will retrieve data for data driven tests in qtp?
Does Low-level recording capture mouse movements?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
How do you check ticket cost and ticket number in flight application?
Diff B/w Webserver and Client Server