What are the differences between table and db checkpoints?
No Answer is Posted For this Question
Be the First to Post Answer
What all challenges you have faced during automation and how you have resolved it?
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
how to calculate no. of repeating characters in a a string..please give me the code
When you open QTP, how many sheets you can see?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Waht is User interface and Integration Testing?
In qtp, how you can remove the spaces from string?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
How cookies can be tested in QTP?
What is meant by Output Value in UFT?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?