1)how to write test cases in test director? not go throuth
requirments and plan but should be different way i need?
2)what is the mediator between qtp and application or
project?
Answer / manjukypa
Hi
Ans 1) we can write the test cases in excel document and we
can export that test cases into Test director or Quality
cneter.
generally like this only companies are doing.
2)mediator between QTP and the project are ADD INS and
REPOSITORY.
after add the add is, while recording the application
repository stores the properties of that objects.
as per that properties only qtp can recognise the
application.
| Is This Answer Correct ? | 2 Yes | 0 No |
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
Difference between test object and run time object?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
what are all the fileds present in object repository?
How u perform exception handling in QTp,what is other name for ths
How you can make an action as re-usable action?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
It is a SQL question. Write a query to find top three salaries in an EMP TABLE?
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?