When we use Boundary Value Analysis and Equivalence Partion?
Which one is best?I heard that ANy one of this technique
useing by a comany...is it right?
How can we explain about matrics..Every time iam getting
this question..Have you involved in metrics??..Plz..plz
Can any anybody give the sugessions..What is the best way
to explain about metrics..give me your valuble
answer..thanks in advance...
i am a begnner so am learning
Error handling :tried using Recovery manager didnt work
i want to be able to handle errors , e.g.
if while running the test the folwoing does not show up
then how can i use the If then else and goto next step in
the test, as in many scenarios it does not show up
Browser("The Shopping Channel -").Page("The Shopping
Channel -_8").Image("easy pay").Click
Hi
I have done M.Tech Biotechnology from Anna University,but i
did not get Job in my field.so I tried to learn Software
testing . If i do ISQTB certifications , i will get job in
MNC or not .Please let me know
please mail to skirubanandan@lycos.com
22
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW
TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS
EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR
FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE.
APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING
WINRUNNER CODE TO QTP.
set_window("Customer Service");
rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1);
if (rc != E_OK) {
report_msg("[GetSubscriberSummary] Could
Not get subscriber SSN; rc = "&rc);
myRC = rc;
} else {
ssn = StripBlank(ssn);
if (DEBUG) report_msg
("[GetSubscriberSummary] SSN: "&ssn);
}
I opened gmail login into gmail and i have to save (Pass or
move) all the mail into notepad please give me code
Thanks of all
10
How to read a text file from QC using QTP.
I would like to do something like this. But instead read a
file from QC and NOT from my local drive.
Set fso = CreateObject("Scripting.FileSystemObject")
Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading)
Thanks
9
What are the possible test cases/test scenario for Search
functionality ?
93
How to recover the Parameter out of range error while
running the script in verify mode
40
Is it possible to refer the same object for referring more
than one object that are of different class using the
descriptive programming approach?
Suppose my code is
'To create the object named as obj
Set obj=Description.Create()
'To define the values
obj("title").value="IE"
obj("type").value="text"
obj("html tag").value="INPUT"
'To set the value
Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz"
Can I refer the "obj" object for the three objects like
Browser,page and webedit objects?
If so how?
20
Hi,
While recording a Jave based web application, its recording
all my actions and the objects.And I have 5 WebEdit objects
on the page and all are recorded.
But while execution, at the 2 WebEdit object, its entering
the value into the object (Its making a call to the AJAX,
matching the value), when the control get out of this
object the value is erased or cleared.
Could anyone please help.
I have recoreded 5 more scenarios where WebEdit is in the
picture on different webpages and all are working fine.
Here is my Script:
Browser("Sign In").Page("Matching Workbench_3").WebEdit
("locationLookup").Set "0320 - SEATTLE-KM"
Browser("Sign In").Page("Matching Workbench_3").WebEdit
("supplierNameLookup").Set "TRAMMO PETROLEUM INC"
*** SupplierNameLookup is the object, which is haing an
issue.
And also I was using the SendString function, but it didnt
work.