how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 3336Can anyone please explain me the process of automating an application using QTP as i am new to this?
1 4748i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
2028I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
NIIT,
6 14115Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 10521Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
TCS,
2732I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
1887I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
FAI,
1 4469HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
2852
Can we record using all the modes in a single script? Explanation with example is appreciated
What is the default add-ins in qtp?
Explain the types of object repositorys in qtp?
Explain in brief about the quicktest professional automation object model?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What is regular expression?
How do you perform Regreession Testing?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Explain the concept of object repository and how qtp recognises objects?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How to find the difference between 2 dates in qtp?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is the use of sendkeys and what are send keys
Through array we can execute the testcase how ? give me example