why is execute file used.
Answer / gopi
Executefile method is used to run the functions which are saved in .vbs file
| Is This Answer Correct ? | 0 Yes | 0 No |
pls help me with scripting,right from the beginning 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)
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
How do we run the scripts in QTP ?? what are the three options....
What is the difference between a Function and Procedure in QTP?
why require regression testing?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
What is the difference between client server application and web based application?
Can you give me the code to calculate the total number of Links using the child object in the web page..? is there any other way to calculate number of links with out using the Child objects.??
2 Answers DST Global Solutions,
What are the disadvantages of recording test cases in qtp?
how u test a frame in a web page using QTP?