what is output parameters in qtp?explain?
2)
Answers were Sorted based on User's Feedback
Answer / venkatesh naidu rangisetti
Generally Actions do not accept or return any values, to make it true there is a beautiful feature called Input/output parameter. Through Input parameter we can send "n" number of values as input to an Action and through output parameter we can return "n" number of values as output of an Action
Where n=1 2 3 4......
| Is This Answer Correct ? | 0 Yes | 2 No |
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
HOw to add the recovery file at runtime to the test file .
How to make arguments optional in a function?
What is Object Spy in QTP?
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri
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.
What is the Diff between Image check-point and Bit map Check point?
Can anyone tell me about "Step- By Step Paramterization". among the two paramaterizations, Step by step and Parameterize All, which one is mostly used.
what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief
Who uses qtp tool?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
What is batch testing?