what is the difference between QTP 9.1 and ATP 9.2
Answer Posted / satish
QTP 9.2 as trial version. I am recording on an
environment with Oracle forms 10.1.2, JInitiator 1.3.1
running as web ... But I really need to go through the qtp-
script, remove some of the lines recorded add
wait() statements etc. Furthermore it looks like qtp isn't
able to recognize.
For example, I was to test a user-login with a list of
username and password. What I used to do in QTP 8 is to
creaet a xls file in which there are two columns, username
and password. I can load that xls file in the QTP testcase
and create some checkpoints to verify if the login is
succesful.Now in QTP 9.2, can I create a XML file, instread
of the xls file to do that ?
Becasue if that is true, it would be a great benefit for
me. Can someone share some light on this ?
Thanks a lot !
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What good bug tracking systems have you used?
What is operational requirements?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
In practice, which life cycle model may have more, fewer or different levels of development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing.
Explain branch testing?
How would you test the login feature of a web application?
I need to learn everything I can about Function, Non-Functional and Regression Testing. What is the best online resource?
What is depth testing?
What is oo system testing?
What is meant by Regression testing? Differentiate Sanity and Regression testing?
What is the role of quality assurance in a product development lifecycle?
What are the types of disk array used in SAN?
Explain 3 high priority test cases for the performance of MSN search engine.
Mention what the main advantages of statement coverage metric of software testing are?
We use the output of the requirement analysis, the requirement specification as the input for writing …