what is active screen,keyboard view?
Answers were Sorted based on User's Feedback
Answer / olympie
Active Screen: it is the future provided by the QTP which
holds the snap shot of the application of each and every
script statmnt.so tat we can understand and enhance the
script easily.
Keyword View: it represents the script using a graphical
user interphase which is divided into 4 parts:
1.Item 2.Operation 3.Value 4.Documentation
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / deepti palagiri
active screen: it provides us the snapshots of the
application which is captured in the scripts which we run
while scripts execution. it also gives the details of the
data used in the application.
keyword view: it is icon based view which shows details &
steps of the actions performed & what r all the fields
captured along with the its data's. here u can even
parametrize the data.
| Is This Answer Correct ? | 2 Yes | 0 No |
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
w is time parameter
what function you write to do database testing with the help of qtp?
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.
How to add a page checkpoint to your test?
what is the main use of reviews
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.
Have you used xml check point in your project?
What are the disadvantages of Recovery Scenarios in QTP ?
How many tabs are available in debug viewer pane?