in which situation u will use recording and in which situation
u will used to write script manually
Answer / lakshmi
We have some scenarios.
1.If we are going to use Linear Framework
2. If object is not identified while executing script which
is writen in descriptive programing (It is nothing but
debugging), then we will try to record a action to find out
weather it is recoring or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
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)
what is the mediater between qtp and application/project in automation testing?
How to insert screenshot on to the body of outlook? -1 how to use insert-picture tab in new email outlook to insert image in the body. Suggest something.......
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
is we can import the object repository from external source. if it so then how?
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?