What are FAST and NORMAL modes in qtp ? Why r these modes
intended for ?
Answer Posted / devendra
Main difference
In normal mode display the execution arrow.
In fast mode not display the execution arrow
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to idetfy which test cases are automated?who will deside that plz tell me
What environment does qtp run in?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How can you give wait up to 10 seconds in qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What is the basic concept of quicktest professional (qtp)?
Tell me one scenario, the complex functionality you have automated in your project?
What is quicktest professional window?
How to call a test from another test?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
what is the difference between development and testing
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How to test background color and dynamic images during run time can you put the check point for moving objects?