What is the difference between Normal mode and Fast mode ?
Answer / skk
Normal Mode: Normal (displays execution marker)?Runs your
test or component with the execution arrow to the left of
the Keyword View or Expert View, marking each step or
statement as it is performed. If the test contains multiple
actions, the tree in the Keyword View Item column expands
to display the steps, and the Expert View displays the
script, of the currently running action. This option
requires more system resources.
Fast Mode: Runs your test or component without the
execution arrow to the left of the Keyword View or Expert
View and does not expand the item tree or display the
script of each action as it runs. This option requires
fewer system resources
| Is This Answer Correct ? | 0 Yes | 1 No |
Suppose U change the script whether it affect the object properties of the object in the object repository
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
How we can add actions in the test using QTP?
What are the different recording modes and how do they work?
What is the use of sendkeys and what are send keys
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
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.
how to load the *.vbs (or) test generating script in a new machine?
what is the hierachy of Descreptive programming?
What is recovery scenario in qtp?
what type automation is fofollowed in the project?
What kind of errors can b handled in QTP in real time scenario?