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 |
Tell me about qtp?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
Why QTP is termed as a Record and Playback tool?
Explain the features of quick test pro(qtp)?
what is the hierarchy to use properties in descriptive programming
How is test case write?
What test you perform mostly? Regression or retesting in your testing process?
Step 3&4 are repeated until an the object in recognised uniquely.
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
how can i pass parameters into function?
Explain the Load testing process?
I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. If i want to get that value "DC3701737" in to a variable, how? pls let me know if you didn't get the question. Help me out in this.