What is the keyword view and expert view in qtp?
Answer / Ranjit Kumar Gupta
Keyword View and Expert View are two different modes available within QTP's VBScript editor. Keyword View provides a simplified, drag-and-drop interface for creating test scripts using predefined keywords, making it easier for beginners to write tests without needing extensive programming knowledge. On the other hand, Expert View offers a more traditional coding environment, allowing experienced users to write custom code and take advantage of advanced features.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a checkpoint? How many check points are there in qtp?
how will check the links in multiple pages at a time
why we use check points , In qtp we use the any check points , what r they , when and why
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Are Shared ORs read-only?
Describe function procedure in vbscript.
How can you pass value one action to another action?
How do u write a regular expression for date (dd/mm/yyyy) field?
How qtp recognizes the object?
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
What is Parameterizing Tests?
How to find a window is minimized or not