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
Answers were Sorted based on User's Feedback
Answer / sateesh_t7101@yahoo.co.in
syncronization is the best way to do that perticular task
wait() function sends wr in sleepmode,it's wastage of the time
if wrong plz....
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sekhar
by syncharnization we can set the time period 5 see
or
anoter way is wait condistion, hear increase the default
time 5 see to 15 see.
sekhar(sekharbirada@gmail.com
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghu
using sychornization point we can sychornize both or we can
call Callwait() funtion and set particular period of time
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajasekhar
using sychornization point we can sychornize both or we can
call Callwait() funtion and set particular period of time
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
what is risks of testing a project?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
what is the abbrivation of .mtr in action reposirtory?
What is output value? How many types of output values are there in qtp?
What is Parameterizing Tests?
what is descriptive.create()in qtp?
How should i find out whether the cursor is moving horizantally. when tabbing continuously
How can we call Winrunner functions from QTP?
How to use transactions in qtp?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.