HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
2473How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
1 7292I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
1 4501Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
2097i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
2150while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
IBM,
2014Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
CSC,
2955Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
3 5420Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
2409
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
What is the scope of a constant declared using public?
Which in-built function is used to format the number in the vbscript language?
How will you get the exponent of the given number in vbscript?
What is the purpose of the err object in the vbscript language?
Mention characteristics of sub procedures?
Which command is used for writing text on a page?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What is the purpose of on error resume next statement?
What are events in the vbscript language?
What purpose does ‘on error resume next’ serves?
What is the difference between javascript and vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
What is vbscript procedures?
What are the uses of vb script?