Hey friends i m facing a problem when i m running my script
in qtp it waits for about 5-10 secs before starting
execution why it is so can any one solve my
problem .Previously it was running fine
Answer / jay prakash
If you can tell me the first few lines of ur script may be
i can help you. I feel may be you are looking for some
windw like
if CertainWindow.Exists
than Do this
So it will wait take some time to find the window.
Other possible reasons may be the PC configuration, OS etc.
Please share the script if possible, so that we can guide
you in a better way.
Regards,
Jay Prakash
| Is This Answer Correct ? | 0 Yes | 1 No |
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
What is the difference between low level recording and analog recording mode when it will be enabled.
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
How to send QTP test results to an email...(with out using Quality Center)?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
how to retreive the xml file data through qtp.can anybody send script for this..
Can we record an application running on a remote machine using qtp?