what is the command (keyboard command) to swith from expert
view to key word view
Answers were Sorted based on User's Feedback
Answer / narendra
hello murugan
to move from keyword to expert apply
ctrl+pageup/pagedown
check it it will work 100%
any quiries mail me
narendra.ksm@gmail.com
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / guest
Hello It is not working in QTP.
When I am Performing it is navigating to Start Page to Test
tab and Vice Versa
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / murugan
CTRL+TAB is the keyboad command used to switch for
keywordview to EXPERVIEW OR VICEVERSA
Is This Answer Correct ? | 1 Yes | 4 No |
What is the difference between functions and actions in QTP?
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
what is the difference between quality and testing ?
How do we create and run the scripts with out using O.R. ?
distinguish between old version and new version QTP features.
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 can we close all webbrowsers which are opened in out desktop?
Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architecture is same for any domain like ERP/Banking/CRM/Healthcare or it's different then please tell me.thanks
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How can we do Data driven testing Using For loop in QTP?
Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"