we are submitting data one form to another form.defaultly
it is time period set as 5sec. but it is taken 15sec what
to do
Answer Posted / ajay
Synchronization the data or we can also use the
delay() function with the specified time intervals.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what are the mandatory properties for a tex boxc (scenario?)
How many scripts did you have?
What is file database?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
How to handle dynamic objects in quicktest professional?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How to get popup error message.
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
what is run action?
Give the syntax to import/export xls into qtp.
What are the different attributes used with regular expression?
What is qtpro?
Explain the difference between data driven testing and parameterization ?
Explain qtp(quick test professional)?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric