Does QTP support Java Script also. Which is one is
preferrable for QTP, VB script or Java script
Answer Posted / radhika
HI,
I crested files using only V.B.Script only(using add
objects in object repository.).
i created files in 2 ways
1)
1st i created functions.(same my functions are like above
on F.R.S).
Then save that files and from there copy and paste in
function library with .qfl
Later i added it resources in objectrepository-export
localobjects with .tsr
Up to here functions created over.
Now i called that functions(i gave name as Login() and Order
() these r 2 functions i created using v.b script)
Then i have given
call Login()
call Order()
i saved it and later while calling that functions added i
created fun. in associativerepository)
Then i got thst type of mistake.
2nd way
Same created fun. copy and save its in notepad(.txt).
Later add save for references in exportlocalobjects
with .tsr
While calling that fun.getting same mistake.
and another ine
do u know about AD-HOC testing?these r 5 types right
monkey,buddytesting,exploratory(artisting),pair testing,Be-
bugging testing.
Due to lack of documents and due to lack of time and lack
of skills we conduct this testing. just i know it.have we
prepare seperate testcases for ad-hoc testing?
but how to conduct that testing?
ex:in 1 comp available ad-hoc testing only.that means?if it
has projects are rare or comp timing are strict?wat it
means?
pls gve reply urgently with details
(ur giving urgent reply with good information)
Thanks for ur patiency and thanks to u also
******
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
any body can you help me what is the script to automate an comand promt
Explain about Test Fusion Report of QTP?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How to save your test using quicktest professional?
What is qtpro?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How to start recording using quicktest professional?
when will you do debug your script? and explain that process?
Explain the concept of object repository & how qtp recognizes objects?
What is the script for database check point, bitmapchek point, regular expression ?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
How to test the login page in different ways in automation testing and i need code?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.