The following snippets describes how to create new Defect, Attachments, Adding Run., Adding Steps
/*
*
Example For Creating a new Defect and Attaching a File
*/
public static void
createDefect() throws ALMServiceException {
ALMServiceWrapper wrapper =
new ALMServiceWrapper(
"http://localhost:8081/qcbin");
wrapper.connect("admin", "admin", "DEFAULT", "SampleProject");
IDefect defect =
wrapper.newDefect();
defect.isReproducible(true);
defect.setAssignedTo("admin");
defect.setDetectedBy("admin");
defect.setDescription("My Defect Description");
defect.setDetectionDate("12/1/2013");
defect.setPriority(DefectPriority.HIGH);
defect.setSeverity(DefectSeverity.MEDIUM);
defect.setStatus(DefectStatus.OPEN);
defect.setSummary("My Defect/Bug Summary");
System.out.println(defect.getDefectID());
wrapper.newAttachment("D:\\Data.xlsx", "My Attachment Description",
defect);
defect.save();
wrapper.close();
}
/*
*
Example For Creating an Attachment for a TestSet
*/
public static void
createAttachmentForTestSet() throws ALMServiceException {
ALMServiceWrapper wrapper =
new ALMServiceWrapper(
"http://localhost:8081/qcbin");
wrapper.connect("admin", "admin", "DEFAULT", "SampleProject");
ITestSet testSet =
wrapper.getTestSet(
"SampleTestSetFolder\\SubTestSetFolder1", "TestSet1", 2);
wrapper.newAttachment("D:\\Data.xlsx", "My Attachment Description",
testSet);
wrapper.close();
}
public static void
createTestCaseRunAndTestCaseExecutionSteps()
throws ALMServiceException {
ALMServiceWrapper wrapper =
new ALMServiceWrapper(
"http://localhost:8081/qcbin");
wrapper.connect("admin", "admin", "DEFAULT", "SampleProject");
//
Update Test Case Result and Attach a File
ITestCase loginTest =
wrapper.updateResult(
"SampleTestSetFolder\\SubTestSetFolder1", "TestSet1", 2,
"Login", StatusAs.PASSED);
wrapper.newAttachment("D:\\Data.xlsx", "My Attachment Description",
loginTest);
//
Update Test Case Result and Attach a File
ITestCase logoutTest =
wrapper.updateResult(
"SampleTestSetFolder\\SubTestSetFolder1", "TestSet1", 2,
"Logout", StatusAs.NOT_COMPLETED);
wrapper.newAttachment("D:\\Data.xlsx", "My Attachment Description",
logoutTest);
//
Create a new Run, Add the Steps for this Run and Attach a File
ITestCaseRun loginRun =
wrapper.createNewRun(loginTest, "Run 1",
StatusAs.PASSED);
wrapper.addStep(loginRun, "Enter username", StatusAs.PASSED,
"Enters username", "enter", "enter");
wrapper.addStep(loginRun, "Enter password", StatusAs.PASSED,
"Enters password", "enter", "enter");
wrapper.addStep(loginRun, "Click Login", StatusAs.PASSED,
"Enters username", "", "");
wrapper.newAttachment("D:\\Data.xlsx", "My Attachment Description",
loginRun);
//
Create a new Run, Add the Steps for this Run and Attach a File
ITestCaseRun logoutRun =
wrapper.createNewRun(logoutTest, "Run
2",
StatusAs.PASSED);
wrapper.addStep(logoutRun, "Enter username", StatusAs.PASSED,
"Enters username", "enter", "enter");
wrapper.addStep(logoutRun, "Enter password", StatusAs.PASSED,
"Enters password", "enter", "enter");
wrapper.addStep(logoutRun, "Click Login", StatusAs.PASSED,
"Enters username", "", "");
wrapper.newAttachment("D:\\Data.xlsx", "My Attachment Description",
logoutRun);
wrapper.close();
}
To be Contd..
Which jar contains the ITestCase ?
ReplyDeleteCan the ITestCaseRun be used for running a HP Perfomance Center as well ? And which jar contains this ?
ReplyDeleteALMServiceWrapper jar file contains all of it. It is designed to servce QC/ALM OTA API and not other applications.
Delete#AT
Loadrunner is an automated performance and load test product from the HP. Thus automation test tool is used to check the performance and behavior of a software application, while generating actual load. FITA is Best Loadrunner training institute in Chennai offering professional training through industrial experts.
ReplyDeletewhen i try to run this program seeing issue that "gettest" function is not defined
ReplyDeleteHI AT, am back again :) ...
ReplyDeleteI used the wrapper.newattachment option but what i see is that after the execution, the test run and the test case shows the attachment but its showing as 0kb and with 'modified' column date as '01-02-1970' every time i run. and not able to open the attachment too. Could you please let me know what would be problem?
And just to ensure that its not the problem with my file, i tried manually attaching a file to the test case and it worked.. the attachment is showing correctly the size and the date in the 'modified' column
Hi AT, Just found out that this is a known issue. https://docs.google.com/spreadsheet/ccc?key=0ArrZvkq9tkwPdEpfa0tFN0RIQ0ZyXy1mSGZPdzl4MVE&usp=drive_web#gid=4
DeleteWaiting for the fix :(
I am also getting same issue.[test run and the test case shows the attachment but its showing as 0kb and with 'modified' column date as '01-02-1970' every time i run.]. Could you please let me know what would be problem? Please guide me on this
Deletealso can I add comments to the Test Case or Test Steps. If yes, Could you please let me know the procedure?
Did got any solution for above issue
Deleteif you got please write me to this email id
mavuri.nagendrababu@gmail.com
Did got any solution for above issue
Deleteif you got please write me to this email id
mavuri.nagendrababu@gmail.com
I also face same issue
DeleteAny update on this issue?
DeleteDid anyone able to figure out the solution to this? Please help.
DeleteHi AT, I have another question, Is it possible to get the other fields updated in Test Run, like Duration? Currently Test Run updates only the Run name and the status. I want to update the duration or any other fields..Kindly let me know
ReplyDeleteHi AT, You can ignore this. I have figured it out with your code and did the changes :). I am able to get the Duration and any custom fields updated !!.
DeleteVery helpful information on Automation Testing
ReplyDeleteHi, I tried the method newAttachment() to attach a new screenshot. But after execution, screenshot is not attached and even no error is thrown. I sysout the file name, folder name, testset name and to my surprise everything is perfect except the screenshot is not attached. Can you please help me out.
ReplyDeleteDid got any solution for above issue
Deleteif you got please write me to this email id
mavuri.nagendrababu@gmail.com
I gathered a lot of information through this article.Every example is easy to undestandable and explaining the logic easily.Thanks!
ReplyDeleteCCNA training in chennai | CCNA training chennai | CCNA course in chennai | CCNA course chennai
useful tutorial . Thanks for sharing.
ReplyDeleteSelenium Automation Testing Framework
Nice Information about Selenium Scripts
ReplyDeleteLearn Software Testing prepares individuals with current digital skills for the competitive global workforce. We works with HP Software University to bring our program successfully to the market.
Excellent article and very useful. If you wish to get the best Mobile App testing services, then Salvus App Solutions avails you with the service of software testing, SEO, ASO, etc on different operating system. For more info- visit us at- http://salvusappsolutions.com
ReplyDeleteMobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, usability and consistency. mobile testing training in Chennai can be automated or manual type of testing.
ReplyDeleteDoes following tasks can be achieved with ALM Service Wrapper
ReplyDelete1. Can we clone Test set
2. Can we pull test cases from Testplan to Test lab?
Software Test Automation solution helps firms to reap the benefits of automation at a faster pace and in an effective manner.
ReplyDeleteGreat post. I really enjoyed it. Thanks
ReplyDeleteindustrial electrical contractors in Chennai
Great explanation. Thanks fr sharing.
ReplyDeleteweb design institute in chennai
Can we run testcases from QC directly?
ReplyDeleteThanks for share the codes .
ReplyDeleteIT Services
Thanks for the post.
ReplyDeleteDigital Marketing Training
Digital Marketing Training Institutes in Chennai
Thanks for share the useful information. keep update your blog. I did selenium training in chennai at Besant technologies.
ReplyDeleteThanks for sharing these niche piece of coding to our knowledge. Here, I had a solution for my inconclusive problems & it’s really helps me a lot keep updates…
ReplyDeleteRegards,
ccna course in Chennai|ccna training in Chennai|ccna training institute in Chennai
ReplyDeleteEmbedded system training in chennai
Embedded Course training in chennai
Matlab training in chennai
Android training in chennai
LabVIEW training in chennai
Arduino training in chennai
Robotics training in chennai
Oracle training in chennai
Final year projects in chennai
Mechanical projects in chennai
ece projects in chennai
PLC training in chennai
ReplyDeleteAutomation training in chennai
Best plc training in chennai
PLC SCADA training in chennai
Process automation training in chennai
Final year eee projects in chennai
VLSI training in chennai
ReplyDeleteIt is nice and useful piece of info. Please keep us informing like this. Thank you for sharing this.
Home Automation Vancouver | vancouver security | Best Security Vancouver
Its Really very nice information..Am got the best information..Thank you for sharing the helpful information..
ReplyDeleteWebsite Designing Services Bangalore | Website Development Companies Bangalore
This comment has been removed by the author.
ReplyDeleteVery Nice article ... QTP Training in Chennai
ReplyDeleteAnother great articles and very interesting to read, thanks for sharing that wonderful useful information, given programming coding was very excellent and easily observe all provided information.
ReplyDeleteAndroid Training in Chennai
Your posts is really helpful for me.Thanks for your wonderful post.It is really very helpful for us and I have gathered some important information from this blog.
ReplyDeleteSEO Training in Chennai
Thanks, I really appreciate the kind of words and i think content for sharing that valuable information.
ReplyDeleteJava training in Chennai
Nice and wonderful article..
ReplyDeleteSelenium Training in Chennai | QTP Training in Chennai
Thanks for sharing great information in your blog. Got to learn new things from your Blog . It was very nice blog to learn about Selenium.
ReplyDeletehttp://thecreatingexperts.com/selenium-training-in-chennai/
Selenium
Usually I do not read post on blogs, but I would like to say that this write-up very forced me to try and do it! Your writing style has been surprised me. Thanks, very nice article.
ReplyDeleteLinux Training in Chennai Guindy
Amazing post dude.It will be very helpful for beginners like me.Thank you very much for this important post.Waiting for your next post.
ReplyDeletetest automation
Can someone please help :
ReplyDeleteI get the below message when creating a new defect :
FAILED: createDefect
com.jacob.com.ComFailException: Invoke of: AddItem
Source:
Description: Parameter Type is Invalid
Hi Shankar ... I am also facing the same issue could you please let me know how u have resolved your issue....
DeleteI am also facing same issue, can anyone has got any solution? please help.
DeleteThis content creates a new hope and inspiration with in me. Thanks for sharing article like this. The way you have stated everything above is quite awesome. Keep blogging like this.
ReplyDeleteDot Net Training in Chennai Velachery
This blog is having the general information. Got a creative work and this is very different one.We have to develop our creativity mind.This blog helps for this. Thank you for this blog. This is very interesting and useful.
ReplyDeleteccna training in chennai velachery
Great post! I am actually getting ready to across this information, It's very helpful for this blog.Also great with all of the valuable information you have Keep up the good work you are doing well.
ReplyDeleteccna training in chennai saidapet
Thanks for sharing these coding part. This is very useful..
ReplyDeleteWebsite Development Services in Bangalore | Website Development Services in Bangalore
ReplyDeleteAwesome article. It is so detailed and well formatted that i enjoyed reading it as well as get some new information too.
BASE SAS training in Chennai
your information is really awesome and it is very much interesting, it is really done too.
ReplyDeleteBest Informatica Training Institute in Chennai
ReplyDeletefor preparing bank exam and group exam , we are providing an online test model questions papers
Bank Exam Questions and Answers
Group Exam Questions and Answers
Nice and wonderful article.........
ReplyDeleteinformatica Training in Chennai
Thanks, I really appreciate the kind of words and i think content for sharing that valuable information.
ReplyDeletesas Training in Chennai
Great article. Glad to find your blog. Thanks for sharing.
ReplyDeleteinformaticatraining training in chennai
Great article. Glad to find your blog. Thanks for sharing.
ReplyDeletemongoDB training in chennai
Awesome article.websphere Training in chennai
ReplyDeletelooking for the Best Oracle Training in Chennai Oracle training in chennai
ReplyDeleteThe Best SAS Training in Chennai sas training in chennai
ReplyDeleteThe Best Selenium Training In Chennai
ReplyDeleteselenium training in chennai
Observe New Year's Eve in style by heading out to experience it in one of the world's most energizing goals with British Airways. Mark the commencement to 2017 with a New Year's Eve break to one of the numerous urban areas we travel to overall, for example, Edinburgh, New York, Rio or Sydney, and wake up to a radical new view on New Year's Day. visit: New Year Packages Near Delhi
ReplyDeleteVery nice post here thanks for it .I always like and such a super contents of these post.Excellent and very cool
ReplyDeleteidea and great content of different kinds of the valuable information's.
seo company in chennai
Very nice post here thanks for it .
ReplyDeletephp training in chennai
Great article. Glad to find your blog. Thanks for sharing.
ReplyDeleteangular js training in chennai
Very nice post here and thanks for it .I always like and such a super contents of these post.Excellent and very cool idea and great content of different kinds of the valuable information's.
ReplyDeleteseo company in chennai
I loved your article. Great.
ReplyDeleteSCCM 2012 Online Coaching Classes In Hyderabad India
Hadoop Online Tutoring Service Platform From India
Thanks for sharing this valuable information.
ReplyDeleteieee java projects in chennai
ieee dotnet projects in chennai
mba projects in chennai
be projects in chennai
ns2 projects in chennai
mca projects in chennai
bulk projects in chennai
Thank you for your nice post. Keep updating.ERP software solution chennai|Leather ERP software chennai|ERP in chennai|ERP for Trading companies|ERP for Franchise
ReplyDeleteTeam, Is there any update about the issue showing attachment as 0KB in the test set and unable to open the attachment after execution.
ReplyDeleteI used the wrapper.newattachment option but what i see is that after the execution, the test run and the test case shows the attachment but its showing as 0kb and with 'modified' column date as '01-02-1970' every time i run. and not able to open the attachment too. Could you please let me know what would be problem?
ReplyDeleteHi AT,
ReplyDeleteI used the wrapper.newattachment option but what i see is that after the execution, the test run and the test case shows the attachment but its showing as 0kb and with 'modified' column date as '01-02-1970' every time i run. and not able to open the attachment too. Could you please let me know what would be problem? its very urgent
I really enjoyed very much with this article here. Really its a amazing article that I had ever read. I hope it will help a lot for all. Thank you so much for this amazing posts and please keep update like this excellent article. Thank you for sharing such a great blog with us. Expecting for your updation.
ReplyDeleteAndroid training in chennai
I am getting error while logging the defect :
ReplyDeleteMy code -
ALMServiceWrapper wrapper = new ALMServiceWrapper(
"http://....../qcbin/");
wrapper.connect("username", "password", "Domain", "project")
IDefect defect1 = wrapper.newDefect();
used jacob-1.18 & ATU_ALM_ServiceWrapper_2.0.jar
Getting error -
com.jacob.com.ComFailException: Invoke of: AddItem
Source:
Description: Parameter Type is Invalid
at com.jacob.com.Dispatch.invokev(Native Method)
at com.jacob.com.Dispatch.invokev(Dispatch.java:625)
at com.jacob.com.Dispatch.callN(Dispatch.java:453)
at com.jacob.com.Dispatch.call(Dispatch.java:541)
Can someone please help me to resolve the above issue
ReplyDeleteI am also facing same issue, can anyone has got any solution? please help.
DeleteHi AT,
ReplyDeleteI found error Test set not found error even I followed same step.I am using ALM 12.50? Could any one can help?
Dhaval
This comment has been removed by the author.
ReplyDeleteSelenium WebDriver fits in the same role as RC did, and has incorporated the original 1.x bindings. It refers to both the language bindings and the implementations of the individual browser controlling code. This is commonly referred to as just "WebDriver" or sometimes as Selenium 2.
ReplyDeleteSelenium Training Institute in Chennai
Selenium Training in Chennai
Selenium Training with placement assistance in chennai
Online Selenium Training
Corporate Selenium Training in Chennai
Nice information
ReplyDeleteBest Linux Training Center in Chennai
Red Hat Linux Training in Chennai
ReplyDeleteتتعدد الشركات التي تقدم خدمات ىالتنظيف لاكن لا يمكن ان تكون كلها في نفس مستوي الجوده فان كنت من الباحثين عن جودة الشركه قبل اي شئ اخر فانصحة بزيارة احدي تلك الصفحات
شركة تنظيف مساجد بالرياض
شركة تنظيف خزانات بالخرج
شركة تنظيف بالخرج
والتي تقدم افضل خدمات التنظيف بالمنزل باعلي مستوي من الكفائه
Really nice information....Thank you for sharing the helpful information..
ReplyDeleteWebsite Designing Company in Delhi | Website Designing Company in Rohini | Website Designing Company in Kirti Nagar
hi , how to identify the locator in login page..need webelement details of username , password , autheticate and submit button. please help
ReplyDeleteVery well written article. I really enjoy reading your blog. Thank you for sharing productive content with us. Visit Us: http://www.intactautomation.com
ReplyDeleteTruly a very good article on how to handle the future technology. After reading your post, thanks for taking the time to discuss this, I feel happy about and I love learning more about this topic
ReplyDeleteSelenium Testing Online Training
I am not interested in reading all the blogs i have visited. But this one seems to be interesting, dealing test case is awesome one.Thanks for posting this valuable article.
ReplyDeletehttp://www.lockfacility.com/corporate-housekeeping-services-chennai.html
ReplyDeleteReally it was an awesome article...very interesting to read..You have provided an nice article....Thanks for sharing..
Web Design Company
Web Development Company
Our Digital Marketing Training is tailored for beginners who want to learn how to stand out digitally, whether it is for their own business or a personal brand.
ReplyDeletedigital marketing course
Thanks for splitting your comprehension with us. It’s really useful to me & I hope it helps the people who in need of this vital information... Software Testing Training in Bangalore
ReplyDeleteThis article is very much helpful and i hope this will be an useful information for the needed one. Keep on updating these kinds of informative things...
ReplyDeleteiOS App Development Company
Nice steps to implement this process. Thanks. Background Verification
ReplyDeleteTesting and test cases are concepts highlighted to make exicted..True fact about it, its intresting..The blog was awesome..
ReplyDeletehttp://marianasedu.com/mbbs-in-abroad.html
Good one actually..A well forced blog which impressed me after a long time..Test cases are really good..thanks for that.
ReplyDeletehttps://www.lyceumedu.in/lyceum-medical-college-philippines.html
Hi All,
ReplyDeleteThis is a great source for automation testers.
Can anyone who solved the below issues could you please provide the solution here?
"The issue showing attachment as 0KB in the test set and unable to open the attachment after execution."
Thank you.
Siva
Nice actually..well and good learned something new today..Keep going..
ReplyDeletehttps://www.lyceumedu.in/top-10-medical-colleges-in-philippines.html
I have been to various other pages but there is no other page that i came across was offering information on how Create New Defect, Test Case Run, Attach Files and Add Execution Steps. This post is very unique, i have enjoyed going through the post. We have qualified and Cheaply Hired Writers, who are always very ready to provide the best to you. We shall always provide you with quality help.
ReplyDeletereally you have been posted an interesting article. it will be really helpful to many peoples. thank you for sharing this blog.
ReplyDeleteSoftware Testing Training in Chennai | Selenium Training in Chennai
This was a very useful and a wonderful article on automation testing which can give you a brief idea about it. To learn more about Software testing, please check the link below: http://www.mnptechnologies.com/Best-Software-Testing-Training-in-Bangalore.html
ReplyDeleteI really enjoyed reading the Post. It was very informative and useful for me.
ReplyDeleteBest Software Training institute in Bangalore
Best Java Training institute in Bangalore
Thank you for the informative and relevant post which would be very useful. Please keep posting new contents.
ReplyDeleteBest Software Training institute in bangalore
Best SAP Training institute In Bangalore.
Best Advanced Excel Training Institute In Bangalore.
I really enjoyed reading the Post. It was very informative and useful for me.
ReplyDeleteSelenium Training In Bangalore
I read the post and I have really enjoyed your blogs posts.looking for the next post.
ReplyDeleteBest SAP Training in Bangalore
Best Java Training in Bangalore
This comment has been removed by the author.
ReplyDeleteThanks for share your topic and get more information topic to be discuss your page For more details:Second Marriage Matrimony,Yadav Matrimony,Christian Matrimony, Mukkulathor Matrimony.
ReplyDeleteIt's A Nice Post. Thank You For Sharing.
ReplyDeleteAdvanced Digital Marketing Course in Bangalore
Obviously it's hard for apprentices to not worry. The exact opposite thing you feel as a hand to hand fighting white belt is casual! Everything is new. The strategies are intense and outsider to you. What's more, odds are you aren't absolutely solid, composed and adaptable at this stage. So obviously you feel tense! itfofindia.com.
ReplyDeletegood post... thanks for sharing the useful information
ReplyDeletehttp://www.amorvet.com
animal feed supplements | herbal veterinary products | animal health products manufacturers | Veterinary Product Manufacturer in India,Delhi
This comment has been removed by the author.
ReplyDeletegood post.... i like it.... keep updating..
ReplyDeletehttp://www.arosolchemicals.com/
organic feed additives | veterinary feed additives | Pig and swine feed additives | Veterinary Product Manufacturer in India,Delhi | poultry feed supplements
Hi,
ReplyDeleteThanks for sharing a very interesting article about Creating New Defect, TestCase Run, Attaching Files, Add Execution Steps. This is very useful information for online blog review readers. Keep it up such a nice posting like this.
From,
Maestro Infotech,
Web Design Company Bangalore
This comment has been removed by the author.
ReplyDeleteReally very informative and creative contents. This concept is a good way to enhance the knowledge of Testing.thanks for
ReplyDeletesharing please keep it up
Software Testing Training in Gurgaon
Easily, the is clearly the most effective topic with this registry related issue. I remain in your conclusions and will eagerly enjoy your following updates. Just saying thanks will not you need to be sufficient, for the fantasti c lucidity in your writing. I will instantly grab your rss feed to stay informed of any updates.mobile app automation specialists
ReplyDeleteFile attached to the test case with ZERO (0 kb), Please help me out!
ReplyDeleteThis testing blog is very nice thank you for sharing Angularjs Online Course Bangalore
ReplyDeleteThank you for accepting comments about our site
ReplyDeleteشركة تنظيف فلل بالرياض
شركة تنظيف موكيت بالرياضlevel
شركة تنظيف خزانات بالرياض
شركة تسليك مجارى بالرياض
It has been simply incredibly generous with you to provide openly what exactly many individuals would’ve marketed for an eBook to end up making some cash for their end, primarily given that you could have tried it in the event you wanted. JAVA Training in chennai
ReplyDeleteThe information which you have provided is very good. It is very useful who is looking for
ReplyDeletecore Java online training Bangalore
The information which you have provided is very goodweb design company in chennai
ReplyDeleteGreat blog.
ReplyDeleteThank you for written this blog.This is very Helpful and informative blog.
oracle training in chennai | vlsi training in chennai .
Thank you for sharing your information
ReplyDeleteMobile app development company in chennai
Web design company in chennai
web development company in chennai
Nice blog very informative...
ReplyDeleteThanks for sharing...
Industrial Training, Automation PLC SCADA Training, PLC Training, Embedded Sysytem Training
you have good programming skills bro... excellent.. thank you for sharing
ReplyDeleteHey, Wow Provided Post will be Very much Informative to the People Who Visit this Site. Good Work! Thank You for Sharing.
ReplyDeletehr and payroll software in chennai
Thanks for sharing.. I searched for this Programming code before. But i couldnt find..
ReplyDeleteThank you so much for sharing this article. The points discussed in the post are very informative and helpful.
ReplyDeleteThis blog is very nice, share more post.
ReplyDeleteBest Selenium Training Institute in Bangalore | Software Testing Training in Bangalore | Selenium Training in Bangalore
All the points you described so beautiful. Every time i read your i blog and i am so surprised that how you can write so well.
ReplyDeleteDevops training in Chennai
Devops training in Bangalore
Devops Online training
Devops training in Pune
Wonderful article, very useful and well explanation. Your post is extremely incredible. I will refer this to my candidates...
ReplyDeletejava training in chennai | java training in bangalore
java online training | java training in pune
selenium training in chennai
selenium training in bangalore
I appreciate that you produced this wonderful article to help us get more knowledge about this topic. I know, it is not an easy task to write such a big article in one day, I've tried that and I've failed. But, here you are, trying the big task and finishing it off and getting good comments and ratings. That is one hell of a job done!
ReplyDeletejava training in chennai | java training in bangalore
java online training | java training in pune
selenium training in chennai
selenium training in bangalore
Hi there, I enjoy reading all of your article. I like to write a
ReplyDeletelittle comment to support you.
Interesting blog post. This blog shows that you have a great future as a content writer. Waiting for more updates... Blue prism Training in Chennai | RPA Training in Chennai
ReplyDeleteThank you for your information.It is very nice.
ReplyDeleteAutomation Anywhere Training in Chennai |
Automation Anywhere Training in Chennai OMR
This is a good post. This post give truly quality information. I’m definitely going to look into it. Really very useful tips are provided here. thank you so much. Keep up the good works.
ReplyDeleteangularjs-Training in velachery
angularjs-Training in annanagar
angularjs Training in chennai
angularjs Training in chennai
This is good site and nice point of view.I learnt lots of useful information.
ReplyDeletepython training in velachery
python training institute in chennai
When I initially commented, I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get several emails with the same comment. Is there any way you can remove people from that service? Thanks.
ReplyDeleteAmazon Web Services Training in OMR , Chennai | Best AWS Training in OMR,Chennai
AWS Training in Chennai |Best Amazon Web Services Training in Chennai
AWS Training in Bangalore |Best AWS training in Bangalore
Amazon Web Services Training in Tambaram, Chennai|Best AWS Training in Tambaram, Chennai
Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.
ReplyDeletepython training in chennai
python training in Bangalore
Python training institute in chennai
ReplyDeleteorganic cold pressed oils
natural cold pressed oils
organic oil
natural oil
pure herbal oil
ayurvedic oil store in jaipur
ayurvedic oil
Thanks for the good words! Really appreciated. Great post. I’ve been commenting a lot on a few blogs recently, but I hadn’t thought about my approach until you brought it up.
ReplyDeleteangularjs online Training
angularjs Training in marathahalli
angularjs interview questions and answers
angularjs Training in bangalore
angularjs Training in bangalore
Thanks you for sharing this unique useful information content with us. Really awesome work. keep on blogging
ReplyDeleteangularjs Training in electronic-city
angularjs online Training
angularjs Training in marathahalli
angularjs interview questions and answers
angularjs Training in bangalore
angularjs Training in bangalore
angularjs online Training
Hello! This is my first visit to your blog! We are a team of volunteers and starting a new initiative in a community in the same niche. Your blog provided us useful information to work on. You have done an outstanding job.
ReplyDeleteBest AWS Training in Chennai | Amazon Web Services Training in Chennai
AWS Training in Chennai | AWS Training Institute in Chennai Velachery, Tambaram, OMR
AWS Training in Chennai |Best Amazon Web Services Training in Chennai
AWS Interview Questions And Answers
The site was so nice, I found out about a lot of great things. I like the way you make your blog posts. Keep up the good work and may you gain success in the long run.
ReplyDeleteJava training in Chennai | Java training institute in Chennai | Java course in Chennai
Java training in Bangalore | Java training institute in Bangalore | Java course in Bangalore
Java online training | Java Certification Online course-Gangboard
Java training in Pune
I appreciate that you produced this wonderful article to help us get more knowledge about this topic. I know, it is not an easy task to write such a big article in one day, I've tried that and I've failed. But, here you are, trying the big task and finishing it off and getting good comments and ratings. That is one hell of a job done!
ReplyDeleteData Science Training in Indira nagar
Data Science training in marathahalli
Data Science Interview questions and answers
Data Science training in btm layout | Data Science Training in Bangalore
Data Science Training in BTM Layout | Data Science training in Bangalore
Data science training in kalyan nagar
Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.
ReplyDeleteangularjs-Training in velachery
angularjs Training in bangalore
angularjs Training in bangalore
angularjs Training in btm
angularjs Training in electronic-city
angularjs online Training
nice blog...
ReplyDeleteServiceNow Integration Training in Bangalore
ServiceNow Developer Training in Bangalore
ServiceNow Admin Training in Bangalore
Nice blog. Can't be written much better. You’re doing a great job. Keep continuing.
ReplyDeleteSpoken English Classes in Chennai
Spoken English in Chennai
English Language Training Chennai
English Spoken Class in Chennai
English Learning Institute in Chennai
English Speaking Classes near me
Chennai Spoken English Class
This comment has been removed by the author.
ReplyDeleteGet professional Java training from Bangalore best java training institute Trinity Learning. With experienced faculties, we offer quality training throughout the course with job placement.
ReplyDeletei think your article is very useful to me.. keep updating...
ReplyDeleteanimal feed supplements | poultry feed supplements | cattle feed supplements | vitamins and minerals
Amazing Article ! I have bookmarked this article page as i received good information from this. All the best for the upcoming articles. I will be waiting for your new articles. Thank You ! Kindly Visit Us @ Coimbatore Travels | Ooty Travels | Coimbatore Airport Taxi | Coimbatore taxi | Coimbatore Taxi
ReplyDeleteAmazing Article ! I have bookmarked this article page as i received good information from this. All the best for the upcoming articles. I will be waiting for your new articles. Thank You ! Kindly Visit Us @ Coimbatore Travels | Ooty Travels | Coimbatore Airport Taxi | Coimbatore taxi | Coimbatore Taxi
ReplyDeleteExpected to form you a next to no word to thank you once more with respect to the decent recommendations you've contributed here.
ReplyDeleteiosh course in chennai
Thanks for such a great article here. I was searching for something like this for quite a long time and at last I’ve found it on your blog. It was definitely interesting for me to read about their market situation nowadays. Well written article Thank You for Sharing with Us pmp training Chennai | pmp training centers in Chenai | pmp training institutes in Chennai | pmp training and certification in Chennai | pmp training in velachery
ReplyDeleteThis concept is a good way to enhance the knowledge.thanks for sharing. please keep it up Salesforce Online Training Hyderabad
ReplyDelete
ReplyDeleteUseful Information, your blog is sharing unique information....
Thanks for sharing!!!
testing services in kukatpally
quality analysis in hyderabad
quality analysis in kukatpally
quality analysis in ameerpet
Hey, Wow all the posts are very informative for the people who visit this site. Good work! We also have a Website. Please feel free to visit our site. Thank you for sharing. pmp training in velachery | pmp training near me | pmp training courses online | project management courses in chennai |pmp training class in chennai
ReplyDeleteyour article is very good .... useful for me... keep update...
ReplyDeleteanimal feed supplements | poultry feed supplements | cattle feed supplements | vitamins and minerals
Thank you for posting.Its a very useful info,please keep updating.
ReplyDeletesobha dream gardens bellahalli
Great informative post! I'm using your article for my reference.
ReplyDeleteMobile Testing Training in Chennai | Mobile Testing Course in Chennai | Mobile Automation Testing Training in Chennai | Mobile Testing Training | Mobile Application Testing Training | Mobile Apps Testing Training | Mobile Application Testing Training in Chennai | Mobile Appium Training in Chennai
Very nice post here and thanks for it .I always like and such a super contents of these post.Excellent and very cool idea and great content of different kinds of the valuable information's.
ReplyDeleteData Science training in Chennai
Data science training in Bangalore
Data science training in pune
Data science online training
Data Science Interview questions and answers
Data Science Tutorial
Very perfect post to read. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept.
ReplyDeleteSoftware Training Institute | Best Software Training Institute | Software Training Institute in Chennai | Best Software Training Institute in Chennai
AWS Training | AWS Training in Chennai | AWS Training Chennai | AWS Training Institute Chennai | AWS Training Institute in Chennai
Devops Training | Devops Course | Devops Training in Chennai | Devops Course in Chennai
very nice. keep going
ReplyDeleteDigital Marketing Training in Chennai | RPA Training in Chennai | Blue Prism Training in Chennai | Automation Anywhere Training in Chennai | Uipath Training in Chennai
Very nice post here and thanks for it .I always like and such a super contents of these post.Excellent and very cool idea and great content of different kinds of the valuable information's.
ReplyDeleterpa training in bangalore
rpa training in pune
rpa online training
best rpa training in bangalore
Very nice post here and thanks for it .I always like and such a super contents of these post.Excellent and very cool idea and great content of different kinds of the valuable information's.
ReplyDeleterpa training in bangalore
rpa training in pune
rpa online training
best rpa training in bangalore
Hello! This is my first visit to your blog! We are a team of volunteers and starting a new initiative in a community in the same niche. Your blog provided us useful information to work on. You have done an outstanding job.
ReplyDeleteonline Python training
python training in chennai
I really enjoy simply reading all of your weblogs. Simply wanted to inform you that you have people like me who appreciate your work. Definitely a great post I would like to read this
ReplyDeleteDevOps Training in Bangalore
DevOps Training in Bangalore
DevOps Training in Bangalore
DevOps Training in Marathahalli
DevOps Training in Pune
DevOps Online Training-gangboard
I likable the posts and offbeat format you've got here! I’d wish many thanks for sharing your expertise and also the time it took to post!!
ReplyDeleteDevOps Training in Bangalore
DevOps Training in Bangalore
DevOps Training in Bangalore
DevOps Training in Marathahalli
DevOps Training in Pune
DevOps Online Training-gangboard
This is my 1st visit to your web... But I'm so impressed with your content. Good Job!
ReplyDeleteDevOps Training in chennai
DevOps Training in chennai
DevOps Training in chennai
DevOps Training in Velachery
DevOps Training in Tambaram
DevOps Training in sholinganallur
DevOps Training in Annanagar
A very nice guide. I will definitely follow these tips. Thank you for sharing such detailed article. I am learning a lot from you.
ReplyDeleteiphone service center in chennai | apple ipad service center in chennai | apple iphone service center in chennai | Mobile service center in chennai
Very Informative www.aminorich.nl Animal Feed Supplement |Cattle Feed supplement |Poultry Feed Supplement
ReplyDeleteYou are great with your this job excellent work. Keep going
ReplyDeletePHP Training | Php Training Institute | PHP Training in Chennai | Php Training Institute in Chennai
Selenium Training | Selenium Training in Chennai | Selenium Training in Velachery | Selenium Training in Tambaram | Selenium Training Institute in Chennai | Selenium Training Centers in Chennai
Selenium Course | Selenium Courses in Chennai | Selenium Course Fees | Selenium Course Fees in Chennai | Selenium Course Online
I was very interested in the article , it’s quite inspiring I should admit. I like visiting your site since I always come across interesting articles like this one. Keep sharing! Regards. Read more about Software Testing Services
ReplyDeleteGreat Post,really it was very helpful for us.
ReplyDeleteThanks a lot for sharing!
I found this blog to be very useful!!
Software testing training in Bangalore
Great Post,really it was very helpful for us.
ReplyDeleteThanks a lot for sharing!
I found this blog to be very useful!!
Software testing training in Bangalore
What is web and digital design?
ReplyDeleteThe aim of the Master’s course in net and Digital design is that the creation of various skilled profiles with in the web media design space that ar ready to set up, turn out and share through the online communities a replacement generation of content and services in an efficient manner. If you want courses oriented any details to contact us: Best Web Design Training
Great post. Articles that have meaningful and insightful comments are more enjoyable, at least to me. It’s interesting to read what other people thought and how it relates to them or their clients, as their perspective could possibly help you in the future.
ReplyDeleteiphone display replacement in chennai | Mobile phone water damage service in chennai | iphone glass replacement in chennai | iphone battery replacement in chennai | 100% genuine apple parts | iphone unlocking service in chennai
Pretty post! This is very interesting with useful content and I was very impressed with posting your written style. Good job keep it up.
ReplyDeleteSpark Training in Chennai
Spark Training
Oracle Training in Chennai
Pega Training in Chennai
Linux Training in Chennai
Social Media Marketing Courses in Chennai
Power BI Training in Chennai
Tableau Training in Chennai
Excel Training in Chennai
Oracle DBA Training in Chennai
Spark Training in Valachery
Such an great and nice blog, Thank you for sharing this wonderful post.
ReplyDeleteData Science Courses in Bangalore
Thanks for the informative and helpful post, obviously in your blog everything is good..
ReplyDeleteData Science Course in Pune
Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I’ll be subscribing to your feed and I hope you post again soon.
ReplyDeleteGreat post, Thanks for sharing.
Hi Dear
ReplyDeleteThanks for sharing the Test Automation Strategy blog with us. It is a very useful post for me and others. I'm waiting for your next post.
Selama kau bermain dan menjalankan pemasangan taruhan poker secara online, didalamnya para player akan dihadapkan dengan beberapa keputusan yang mesti diambil dan diketahui dengan beberapa istilah. Sesudah istilah penting dalam permainan poker diantaranya merupakan
ReplyDeleteasikqq
http://dewaqqq.club/
http://sumoqq.today/
interqq
pionpoker
bandar ceme terpercaya
betgratis
paito warna terlengkap
syair sgp
Really appreciate this wonderful post that you have provided for us.Great site and a great topic as well i really get amazed to read this. Its really good.
ReplyDeleteI like viewing web sites which comprehend the price of delivering the excellent useful resource free of charge. I truly adored reading your posting. Thank you!
Data Science Courses
Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article.
ReplyDeleteI just got to this amazing site not long ago. I was actually captured with the piece of resources you have got here. Big thumbs up for making such wonderful blog page!.
Data Science Courses
I was able to find good information from your articles.
ReplyDeleteAdvanced Java Institute In Marathahalli
Best Core Java Training in Bangalore
Best Selenium Training Institute in Bangalore
Pretty! This was a really wonderful post. Thank you for providing these details.
ReplyDeleteBest Java Training Institute Marathahalli
Selenium Training in Marathahalli
Advanced Java Training Center In Bangalore
This code is very helpful there are many important information given. I want to give my post link also https://indiancybersecuritysolutions.com/python-training-in-bangalore/
ReplyDeleteNice blog information I loved it
ReplyDeleteSanjary Kids is one of the best play school and preschool in Hyderabad,India. Give your child the best preschool experience by choosing the best playschool of Hyderabad in Abids. we provide programs like Play group,Nursery,Junior KG,Senior KG,and provides Teacher Training Program.
play school in hyderabad
thanks for sharing this information
ReplyDeletebest python training in chennai
best python training in sholinganallur
best python training institute in omr
python training in omr
selenium training in chennai
best hadoop training in chennai
best devops training in chennai
Wow what a Great Information about World Day its exceptionally pleasant educational post. a debt of gratitude is in order for the post.
ReplyDeleterpa training in malaysia
Nice blog posting information
ReplyDeleteSanjary Academy is the best Piping Design institute in Hyderabad, Telangana. It is the best Piping design Course in India and we have offer professional Engineering Courses like Piping design Course, QA/QC Course, document controller course, Pressure Vessel Design Course, Welding Inspector Course, Quality Management Course and Safety Officer Course.
Piping Design Course
Piping Design Course in Hyderabad
Piping Design Course in India
Good blog informative and understandable
ReplyDeletePressure Vessel Design Course is one of the courses offered by Sanjary Academy in Hyderabad. We have offer professional Engineering Course like Piping Design Course,QA/QC Course,document Controller course,pressure Vessel Design Course,Welding Inspector Course, Quality Management Course, Safety officer course.
Welding Inspector Course
Safety officer course
Quality Management Course
Quality Management Course in India
Nice Blog. Automation Testing Service
ReplyDeleteGreat post very useful info thanks for this post ....
ReplyDeleteData science training chennai
Thank you so much for these kinds of informative blogs.
ReplyDeletewe also providesseo services
best website design services in gurgaon
web company in delhi
web desiging company
web design & development banner
web design & development company
web design & development services
web design agency delhi
web design agency in delhi
web design and development services
web design companies in delhi
web design company delhi
web design company in delhi
web design company in gurgaon
web design company in noida
web design company list
web design company services
web design company website
web design delhi
web design development company
web design development services
web design in delhi
web design service
web design services company
web design services in delhi
web designer company
web designer delhi
web designer in delhi
web designers delhi
web designers in delhi
web designing & development
web designing advertisement
web designing and development
web designing and development company
web designing and development services
web designing companies in delhi
web designing company delhi
web designing company in delhi
web designing company in gurgaon
web designing company in new delhi
web designing company in noida
web designing company logo
web designing company sites
web designing company websites
web designing delhi
web designing in delhi
web designing in gurgaon
web designing in gurgaon
web designing service
web designing services
web designing services delhi
Thank you so much for these kinds of informative blogs.
ReplyDeletewe also providesseo services
best website design services in gurgaon
web company in delhi
web desiging company
web design & development banner
web design & development company
web design & development services
web design agency delhi
web design agency in delhi
web design and development services
web design companies in delhi
web design company delhi
web design company in delhi
web design company in gurgaon
web design company in noida
web design company list
web design company services
web design company website
web design delhi
web design development company
web design development services
web design in delhi
web design service
web design services company
web design services in delhi
web designer company
web designer delhi
web designer in delhi
web designers delhi
web designers in delhi
web designing & development
web designing advertisement
web designing and development
web designing and development company
web designing and development services
web designing companies in delhi
web designing company delhi
web designing company in delhi
web designing company in gurgaon
web designing company in new delhi
web designing company in noida
web designing company logo
web designing company sites
web designing company websites
web designing delhi
web designing in delhi
web designing in gurgaon
web designing in gurgaon
web designing service
web designing services
web designing services delhi
Your style is unique in comparison to other people I've read stuff from. Thanks for posting when you've got the opportunity, Guess I'll just book mark this site.
ReplyDeleteUI Development Training in Bangalore
Reactjs Training in Bangalore
PHP Training in Bangalore
Thanks for sharing such a great information..Its really nice and informative.... software testing course
ReplyDelete